Skip to content

Commit aeda336

Browse files
committed
fix: update domain references to asgpipo.github.io
1 parent 8f48172 commit aeda336

File tree

44 files changed

+562
-562
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+562
-562
lines changed

categories/algorithm/index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515

1616

17-
<link rel="apple-touch-icon" sizes="180x180" href="https://texify3.michaelneuper.com//images/apple-touch-icon.png">
18-
<link rel="icon" type="image/png" sizes="32x32" href="https://texify3.michaelneuper.com//images/favicon-32x32.png">
19-
<link rel="icon" type="image/png" sizes="16x16" href="https://texify3.michaelneuper.com//images/favicon-16x16.png">
17+
<link rel="apple-touch-icon" sizes="180x180" href="https://asgpipo.github.io//images/apple-touch-icon.png">
18+
<link rel="icon" type="image/png" sizes="32x32" href="https://asgpipo.github.io//images/favicon-32x32.png">
19+
<link rel="icon" type="image/png" sizes="16x16" href="https://asgpipo.github.io//images/favicon-16x16.png">
2020

2121

2222

@@ -47,7 +47,7 @@
4747

4848

4949

50-
<meta property="og:url" content="https://texify3.michaelneuper.com/categories/algorithm/">
50+
<meta property="og:url" content="https://asgpipo.github.io/categories/algorithm/">
5151
<meta property="og:site_name" content="pipo&#39;s site">
5252
<meta property="og:title" content="Algorithm">
5353
<meta property="og:description" content="TeXify3 - A LaTeX-style hugo theme with the gruvbox color scheme for personal blogging">
@@ -56,11 +56,11 @@
5656

5757

5858

59-
<link rel="canonical" href="https://texify3.michaelneuper.com/categories/algorithm/">
59+
<link rel="canonical" href="https://asgpipo.github.io/categories/algorithm/">
6060

6161

6262

63-
<link rel="alternate" type="application/rss+xml" href="https://texify3.michaelneuper.com/categories/algorithm/index.xml" title="pipo's site" />
63+
<link rel="alternate" type="application/rss+xml" href="https://asgpipo.github.io/categories/algorithm/index.xml" title="pipo's site" />
6464

6565

6666
<meta itemprop="name" content="Algorithm">
@@ -106,7 +106,7 @@
106106

107107
<header id="header">
108108
<h1>
109-
<a href="https://texify3.michaelneuper.com/">blog collcetions</a>
109+
<a href="https://asgpipo.github.io/">blog collcetions</a>
110110
<button id="dark-mode-toggle" class="dark-mode-toggle" aria-label="Toggle theme">
111111
<svg width="2rem" height="2rem" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 496">
112112
<path fill="currentColor" d="M8,256C8,393,119,504,256,504S504,393,504,256,393,8,256,8,8,119,8,256ZM256,440V72a184,184,0,0,1,0,368Z" transform="translate(-8 -8)"/>
@@ -151,7 +151,7 @@ <h1>
151151

152152
<div id="searchbox">
153153
<form method="get" id="ddgSearch" target="_blank" action="https://duckduckgo.com/">
154-
<input type="hidden" name="sites" value="https://texify3.michaelneuper.com/"/>
154+
<input type="hidden" name="sites" value="https://asgpipo.github.io/"/>
155155
<input type="hidden" name="kf" value="-1">
156156
<input type="hidden" name="kh" value="1">
157157
<input type="hidden" name="kae" value="d" >
@@ -215,13 +215,13 @@ <h3>...</h3>
215215
</div>
216216

217217

218-
<script src='https://texify3.michaelneuper.com/js/script.js' defer></script>
218+
<script src='https://asgpipo.github.io/js/script.js' defer></script>
219219

220220

221221

222-
<link media="screen" rel="stylesheet" href="https://texify3.michaelneuper.com/css/syntax.css" />
222+
<link media="screen" rel="stylesheet" href="https://asgpipo.github.io/css/syntax.css" />
223223

224-
<link media="screen" rel="stylesheet" href="https://texify3.michaelneuper.com/css/scale.css" />
224+
<link media="screen" rel="stylesheet" href="https://asgpipo.github.io/css/scale.css" />
225225

226226

227227

categories/algorithm/index.xml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
44
<title>Algorithm on pipo&#39;s site</title>
5-
<link>https://texify3.michaelneuper.com/categories/algorithm/</link>
5+
<link>https://asgpipo.github.io/categories/algorithm/</link>
66
<description>Recent content in Algorithm on pipo&#39;s site</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en</language>
9-
<lastBuildDate>Sun, 24 Nov 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://texify3.michaelneuper.com/categories/algorithm/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Sun, 24 Nov 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://asgpipo.github.io/categories/algorithm/index.xml" rel="self" type="application/rss+xml" />
1010
<item>
1111
<title>0-1 Package</title>
12-
<link>https://texify3.michaelneuper.com/posts/prob/dp-01%E8%83%8C%E5%8C%85/</link>
12+
<link>https://asgpipo.github.io/posts/prob/dp-01%E8%83%8C%E5%8C%85/</link>
1313
<pubDate>Sun, 24 Nov 2024 00:00:00 +0000</pubDate>
1414

15-
<guid>https://texify3.michaelneuper.com/posts/prob/dp-01%E8%83%8C%E5%8C%85/</guid>
15+
<guid>https://asgpipo.github.io/posts/prob/dp-01%E8%83%8C%E5%8C%85/</guid>
1616
<description>&lt;h1 id=&#34;例题讲解&#34;&gt;例题讲解&lt;/h1&gt;
1717
&lt;h2 id=&#34;基础的零一背包&#34;&gt;基础的零一背包&lt;/h2&gt;
1818
&lt;p&gt;给定 背包容量和两个数组.两数组分别代表各物品的价值和体积.&lt;/p&gt;
@@ -497,10 +497,10 @@ if a1-b1 &amp;gt; 0
497497

498498
<item>
499499
<title>BinaryTree 迭代层序遍历 </title>
500-
<link>https://texify3.michaelneuper.com/posts/prob/%E4%BA%8C%E5%8F%89%E6%A0%91%E7%9A%84%E8%BF%AD%E4%BB%A3%E5%89%8D%E4%B8%AD%E5%90%8E%E9%81%8D%E5%8E%86/</link>
500+
<link>https://asgpipo.github.io/posts/prob/%E4%BA%8C%E5%8F%89%E6%A0%91%E7%9A%84%E8%BF%AD%E4%BB%A3%E5%89%8D%E4%B8%AD%E5%90%8E%E9%81%8D%E5%8E%86/</link>
501501
<pubDate>Sat, 05 Oct 2024 00:00:00 +0000</pubDate>
502502

503-
<guid>https://texify3.michaelneuper.com/posts/prob/%E4%BA%8C%E5%8F%89%E6%A0%91%E7%9A%84%E8%BF%AD%E4%BB%A3%E5%89%8D%E4%B8%AD%E5%90%8E%E9%81%8D%E5%8E%86/</guid>
503+
<guid>https://asgpipo.github.io/posts/prob/%E4%BA%8C%E5%8F%89%E6%A0%91%E7%9A%84%E8%BF%AD%E4%BB%A3%E5%89%8D%E4%B8%AD%E5%90%8E%E9%81%8D%E5%8E%86/</guid>
504504
<description>&lt;h1 id=&#34;二叉树的迭代遍历法基于栈实现&#34;&gt;二叉树的迭代遍历法(基于栈实现)&lt;/h1&gt;
505505
&lt;blockquote&gt;
506506
&lt;p&gt;题目链接&lt;/p&gt;
@@ -517,19 +517,19 @@ if a1-b1 &amp;gt; 0
517517
&lt;table&gt;
518518
&lt;thead&gt;
519519
&lt;tr&gt;
520-
&lt;th&gt;&lt;img src=&#34;https://texify3.michaelneuper.com/pics/binarytree_stack1.png&#34; alt=&#34;&#34;&gt;&lt;/th&gt;
521-
&lt;th&gt;&lt;img src=&#34;https://texify3.michaelneuper.com/pics/binarytree_stack3.png&#34; alt=&#34;&#34;&gt;&lt;/th&gt;
522-
&lt;th&gt;&lt;img src=&#34;https://texify3.michaelneuper.com/pics/binarytree_stack3.png&#34; alt=&#34;&#34;&gt;&lt;/th&gt;
520+
&lt;th&gt;&lt;img src=&#34;https://asgpipo.github.io/pics/binarytree_stack1.png&#34; alt=&#34;&#34;&gt;&lt;/th&gt;
521+
&lt;th&gt;&lt;img src=&#34;https://asgpipo.github.io/pics/binarytree_stack3.png&#34; alt=&#34;&#34;&gt;&lt;/th&gt;
522+
&lt;th&gt;&lt;img src=&#34;https://asgpipo.github.io/pics/binarytree_stack3.png&#34; alt=&#34;&#34;&gt;&lt;/th&gt;
523523
&lt;/tr&gt;
524524
&lt;/thead&gt;
525525
&lt;tbody&gt;
526526
&lt;tr&gt;
527-
&lt;td&gt;&lt;img src=&#34;https://texify3.michaelneuper.com/pics/binarytree_stack4.png&#34; alt=&#34;&#34;&gt;&lt;/td&gt;
528-
&lt;td&gt;&lt;img src=&#34;https://texify3.michaelneuper.com/pics/binarytree_stack5.png&#34; alt=&#34;&#34;&gt;&lt;/td&gt;
529-
&lt;td&gt;&lt;img src=&#34;https://texify3.michaelneuper.com/pics/binarytree_stack6.png&#34; alt=&#34;&#34;&gt;&lt;/td&gt;
527+
&lt;td&gt;&lt;img src=&#34;https://asgpipo.github.io/pics/binarytree_stack4.png&#34; alt=&#34;&#34;&gt;&lt;/td&gt;
528+
&lt;td&gt;&lt;img src=&#34;https://asgpipo.github.io/pics/binarytree_stack5.png&#34; alt=&#34;&#34;&gt;&lt;/td&gt;
529+
&lt;td&gt;&lt;img src=&#34;https://asgpipo.github.io/pics/binarytree_stack6.png&#34; alt=&#34;&#34;&gt;&lt;/td&gt;
530530
&lt;/tr&gt;
531531
&lt;tr&gt;
532-
&lt;td&gt;&lt;img src=&#34;https://texify3.michaelneuper.com/pics/binarytree_stack7.png&#34; alt=&#34;&#34;&gt;&lt;/td&gt;
532+
&lt;td&gt;&lt;img src=&#34;https://asgpipo.github.io/pics/binarytree_stack7.png&#34; alt=&#34;&#34;&gt;&lt;/td&gt;
533533
&lt;td&gt;&lt;/td&gt;
534534
&lt;td&gt;&lt;/td&gt;
535535
&lt;/tr&gt;
@@ -559,7 +559,7 @@ if a1-b1 &amp;gt; 0
559559
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;前序遍历的迭代方式是最简单理解的,其他中序后序难度相较其稍高,需要多理解找出相似点与不同点。&lt;/p&gt;
560560
&lt;h2 id=&#34;中序遍历法&#34;&gt;中序遍历法&lt;/h2&gt;
561561
&lt;p&gt;我们知道前序遍历会沿着左侧方向不断遍历直到为空,此时回到父节点,然后再进入右子树,向左不断遍历,如图所示。&lt;/p&gt;
562-
&lt;p&gt;&lt;img src=&#34;https://texify3.michaelneuper.com/pics/binarytree_inorderpng.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
562+
&lt;p&gt;&lt;img src=&#34;https://asgpipo.github.io/pics/binarytree_inorderpng.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
563563
&lt;p&gt;我们可以根据这个图来写基本的框架&lt;/p&gt;
564564
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;while !root or !st.empty()
565565
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; while root is not Null
@@ -701,15 +701,15 @@ if a1-b1 &amp;gt; 0
701701

702702
<item>
703703
<title>BinaryTree 层序遍历 LC.102</title>
704-
<link>https://texify3.michaelneuper.com/posts/prob/lc102.%E4%BA%8C%E5%8F%89%E6%A0%91%E7%9A%84%E5%B1%82%E5%BA%8F%E9%81%8D%E5%8E%86/</link>
704+
<link>https://asgpipo.github.io/posts/prob/lc102.%E4%BA%8C%E5%8F%89%E6%A0%91%E7%9A%84%E5%B1%82%E5%BA%8F%E9%81%8D%E5%8E%86/</link>
705705
<pubDate>Wed, 02 Oct 2024 00:00:00 +0000</pubDate>
706706

707-
<guid>https://texify3.michaelneuper.com/posts/prob/lc102.%E4%BA%8C%E5%8F%89%E6%A0%91%E7%9A%84%E5%B1%82%E5%BA%8F%E9%81%8D%E5%8E%86/</guid>
707+
<guid>https://asgpipo.github.io/posts/prob/lc102.%E4%BA%8C%E5%8F%89%E6%A0%91%E7%9A%84%E5%B1%82%E5%BA%8F%E9%81%8D%E5%8E%86/</guid>
708708
<description>&lt;h1 id=&#34;102-二叉树的层序遍历&#34;&gt;102. 二叉树的层序遍历&lt;/h1&gt;
709709
&lt;p&gt;题目地址:&lt;a href=&#34;https://leetcode.cn/problems/binary-tree-level-order-traversal/&#34;&gt;102. 二叉树的层序遍历&lt;/a&gt;&lt;/p&gt;
710710
&lt;p&gt;给你二叉树的根节点 &lt;code&gt;root&lt;/code&gt; ,返回其节点值的 &lt;strong&gt;层序遍历&lt;/strong&gt; 。 (即逐层地,从左到右访问所有节点)。&lt;/p&gt;
711711
&lt;p&gt;&lt;strong&gt;示例 1:&lt;/strong&gt;&lt;/p&gt;
712-
&lt;p&gt;&lt;img src=&#34;https://texify3.michaelneuper.com/pics/tree1.jpg&#34; alt=&#34;img&#34;&gt;&lt;/p&gt;
712+
&lt;p&gt;&lt;img src=&#34;https://asgpipo.github.io/pics/tree1.jpg&#34; alt=&#34;img&#34;&gt;&lt;/p&gt;
713713
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;输入:root = [3,9,20,null,null,15,7]
714714
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;输出:[[3],[9,20],[15,7]]
715715
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;示例 2:&lt;/strong&gt;&lt;/p&gt;
@@ -789,15 +789,15 @@ if a1-b1 &amp;gt; 0
789789
&lt;table&gt;
790790
&lt;thead&gt;
791791
&lt;tr&gt;
792-
&lt;th&gt;&lt;img src=&#34;https://texify3.michaelneuper.com/pics/queue_tree1.png&#34; alt=&#34;queue_tree3&#34;&gt;&lt;/th&gt;
793-
&lt;th&gt;&lt;img src=&#34;https://texify3.michaelneuper.com/pics/queue_tree2.png&#34; alt=&#34;queue_tree3&#34;&gt;&lt;/th&gt;
794-
&lt;th&gt;&lt;img src=&#34;https://texify3.michaelneuper.com/pics/queue_tree3.png&#34; alt=&#34;queue_tree3&#34;&gt;&lt;/th&gt;
792+
&lt;th&gt;&lt;img src=&#34;https://asgpipo.github.io/pics/queue_tree1.png&#34; alt=&#34;queue_tree3&#34;&gt;&lt;/th&gt;
793+
&lt;th&gt;&lt;img src=&#34;https://asgpipo.github.io/pics/queue_tree2.png&#34; alt=&#34;queue_tree3&#34;&gt;&lt;/th&gt;
794+
&lt;th&gt;&lt;img src=&#34;https://asgpipo.github.io/pics/queue_tree3.png&#34; alt=&#34;queue_tree3&#34;&gt;&lt;/th&gt;
795795
&lt;/tr&gt;
796796
&lt;/thead&gt;
797797
&lt;tbody&gt;
798798
&lt;tr&gt;
799-
&lt;td&gt;&lt;img src=&#34;https://texify3.michaelneuper.com/pics/queue_tree4.png&#34; alt=&#34;queue_tree3&#34;&gt;&lt;/td&gt;
800-
&lt;td&gt;&lt;img src=&#34;https://texify3.michaelneuper.com/pics/queue_tree5.png&#34; alt=&#34;queue_tree3&#34;&gt;&lt;/td&gt;
799+
&lt;td&gt;&lt;img src=&#34;https://asgpipo.github.io/pics/queue_tree4.png&#34; alt=&#34;queue_tree3&#34;&gt;&lt;/td&gt;
800+
&lt;td&gt;&lt;img src=&#34;https://asgpipo.github.io/pics/queue_tree5.png&#34; alt=&#34;queue_tree3&#34;&gt;&lt;/td&gt;
801801
&lt;td&gt;&lt;/td&gt;
802802
&lt;/tr&gt;
803803
&lt;/tbody&gt;

categories/dsa/index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515

1616

17-
<link rel="apple-touch-icon" sizes="180x180" href="https://texify3.michaelneuper.com//images/apple-touch-icon.png">
18-
<link rel="icon" type="image/png" sizes="32x32" href="https://texify3.michaelneuper.com//images/favicon-32x32.png">
19-
<link rel="icon" type="image/png" sizes="16x16" href="https://texify3.michaelneuper.com//images/favicon-16x16.png">
17+
<link rel="apple-touch-icon" sizes="180x180" href="https://asgpipo.github.io//images/apple-touch-icon.png">
18+
<link rel="icon" type="image/png" sizes="32x32" href="https://asgpipo.github.io//images/favicon-32x32.png">
19+
<link rel="icon" type="image/png" sizes="16x16" href="https://asgpipo.github.io//images/favicon-16x16.png">
2020

2121

2222

@@ -47,7 +47,7 @@
4747

4848

4949

50-
<meta property="og:url" content="https://texify3.michaelneuper.com/categories/dsa/">
50+
<meta property="og:url" content="https://asgpipo.github.io/categories/dsa/">
5151
<meta property="og:site_name" content="pipo&#39;s site">
5252
<meta property="og:title" content="DSA">
5353
<meta property="og:description" content="TeXify3 - A LaTeX-style hugo theme with the gruvbox color scheme for personal blogging">
@@ -56,11 +56,11 @@
5656

5757

5858

59-
<link rel="canonical" href="https://texify3.michaelneuper.com/categories/dsa/">
59+
<link rel="canonical" href="https://asgpipo.github.io/categories/dsa/">
6060

6161

6262

63-
<link rel="alternate" type="application/rss+xml" href="https://texify3.michaelneuper.com/categories/dsa/index.xml" title="pipo's site" />
63+
<link rel="alternate" type="application/rss+xml" href="https://asgpipo.github.io/categories/dsa/index.xml" title="pipo's site" />
6464

6565

6666
<meta itemprop="name" content="DSA">
@@ -106,7 +106,7 @@
106106

107107
<header id="header">
108108
<h1>
109-
<a href="https://texify3.michaelneuper.com/">blog collcetions</a>
109+
<a href="https://asgpipo.github.io/">blog collcetions</a>
110110
<button id="dark-mode-toggle" class="dark-mode-toggle" aria-label="Toggle theme">
111111
<svg width="2rem" height="2rem" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 496">
112112
<path fill="currentColor" d="M8,256C8,393,119,504,256,504S504,393,504,256,393,8,256,8,8,119,8,256ZM256,440V72a184,184,0,0,1,0,368Z" transform="translate(-8 -8)"/>
@@ -151,7 +151,7 @@ <h1>
151151

152152
<div id="searchbox">
153153
<form method="get" id="ddgSearch" target="_blank" action="https://duckduckgo.com/">
154-
<input type="hidden" name="sites" value="https://texify3.michaelneuper.com/"/>
154+
<input type="hidden" name="sites" value="https://asgpipo.github.io/"/>
155155
<input type="hidden" name="kf" value="-1">
156156
<input type="hidden" name="kh" value="1">
157157
<input type="hidden" name="kae" value="d" >
@@ -220,13 +220,13 @@ <h3>...</h3>
220220
</div>
221221

222222

223-
<script src='https://texify3.michaelneuper.com/js/script.js' defer></script>
223+
<script src='https://asgpipo.github.io/js/script.js' defer></script>
224224

225225

226226

227-
<link media="screen" rel="stylesheet" href="https://texify3.michaelneuper.com/css/syntax.css" />
227+
<link media="screen" rel="stylesheet" href="https://asgpipo.github.io/css/syntax.css" />
228228

229-
<link media="screen" rel="stylesheet" href="https://texify3.michaelneuper.com/css/scale.css" />
229+
<link media="screen" rel="stylesheet" href="https://asgpipo.github.io/css/scale.css" />
230230

231231

232232

0 commit comments

Comments
 (0)