Skip to content

Commit

Permalink
Site updated: 2024-10-10 23:41:11
Browse files Browse the repository at this point in the history
  • Loading branch information
Explorer-Dong committed Oct 10, 2024
1 parent cb00683 commit 62cbf67
Show file tree
Hide file tree
Showing 62 changed files with 459 additions and 422 deletions.
8 changes: 4 additions & 4 deletions Algorithm/a_template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -612,18 +612,18 @@ <h2 id="计算几何">计算几何</h2>
<article class="post-prev col-6">


<a href="/README/" title="README">
<a href="/Algorithm/binary-search/" title="binary-search">
<i class="iconfont icon-arrowleft"></i>
<span class="hidden-mobile">README</span>
<span class="hidden-mobile">binary-search</span>
<span class="visible-mobile">上一篇</span>
</a>

</article>
<article class="post-next col-6">


<a href="/Algorithm/divide-and-conquer/" title="divide-and-conquer">
<span class="hidden-mobile">divide-and-conquer</span>
<a href="/Algorithm/dfs-and-similar/" title="dfs-and-similar">
<span class="hidden-mobile">dfs-and-similar</span>
<span class="visible-mobile">下一篇</span>
<i class="iconfont icon-arrowright"></i>
</a>
Expand Down
8 changes: 4 additions & 4 deletions Algorithm/binary-search/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -580,18 +580,18 @@ <h3 id="【二分查找】Bomb">【二分查找】Bomb</h3>
<article class="post-prev col-6">


<a href="/Algorithm/divide-and-conquer/" title="divide-and-conquer">
<a href="/README/" title="README">
<i class="iconfont icon-arrowleft"></i>
<span class="hidden-mobile">divide-and-conquer</span>
<span class="hidden-mobile">README</span>
<span class="visible-mobile">上一篇</span>
</a>

</article>
<article class="post-next col-6">


<a href="/Algorithm/data-structure/" title="data-structure">
<span class="hidden-mobile">data-structure</span>
<a href="/Algorithm/a_template/" title="a_template">
<span class="hidden-mobile">a_template</span>
<span class="visible-mobile">下一篇</span>
<i class="iconfont icon-arrowright"></i>
</a>
Expand Down
10 changes: 2 additions & 8 deletions Algorithm/data-structure/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -792,22 +792,16 @@ <h2 id="【线段树-二分】以组为单位订音乐会的门票-fire">【线
<article class="post-prev col-6">


<a href="/Algorithm/binary-search/" title="binary-search">
<a href="/Algorithm/dp/" title="dp">
<i class="iconfont icon-arrowleft"></i>
<span class="hidden-mobile">binary-search</span>
<span class="hidden-mobile">dp</span>
<span class="visible-mobile">上一篇</span>
</a>

</article>
<article class="post-next col-6">


<a href="/Algorithm/dfs-and-similar/" title="dfs-and-similar">
<span class="hidden-mobile">dfs-and-similar</span>
<span class="visible-mobile">下一篇</span>
<i class="iconfont icon-arrowright"></i>
</a>

</article>
</div>

Expand Down
8 changes: 4 additions & 4 deletions Algorithm/dfs-and-similar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -857,18 +857,18 @@ <h3 id="【dfs】将石头分散到网格图的最少移动次数">【dfs】将
<article class="post-prev col-6">


<a href="/Algorithm/data-structure/" title="data-structure">
<a href="/Algorithm/a_template/" title="a_template">
<i class="iconfont icon-arrowleft"></i>
<span class="hidden-mobile">data-structure</span>
<span class="hidden-mobile">a_template</span>
<span class="visible-mobile">上一篇</span>
</a>

</article>
<article class="post-next col-6">


<a href="/Algorithm/dp/" title="dp">
<span class="hidden-mobile">dp</span>
<a href="/Algorithm/divide-and-conquer/" title="divide-and-conquer">
<span class="hidden-mobile">divide-and-conquer</span>
<span class="visible-mobile">下一篇</span>
<i class="iconfont icon-arrowright"></i>
</a>
Expand Down
8 changes: 4 additions & 4 deletions Algorithm/divide-and-conquer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -425,18 +425,18 @@ <h3 id="【分治】随机排列">【分治】随机排列</h3>
<article class="post-prev col-6">


<a href="/Algorithm/a_template/" title="a_template">
<a href="/Algorithm/dfs-and-similar/" title="dfs-and-similar">
<i class="iconfont icon-arrowleft"></i>
<span class="hidden-mobile">a_template</span>
<span class="hidden-mobile">dfs-and-similar</span>
<span class="visible-mobile">上一篇</span>
</a>

</article>
<article class="post-next col-6">


<a href="/Algorithm/binary-search/" title="binary-search">
<span class="hidden-mobile">binary-search</span>
<a href="/Algorithm/dp/" title="dp">
<span class="hidden-mobile">dp</span>
<span class="visible-mobile">下一篇</span>
<i class="iconfont icon-arrowright"></i>
</a>
Expand Down
10 changes: 8 additions & 2 deletions Algorithm/dp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -979,16 +979,22 @@ <h3 id="【状压dp】Avoid-K-Palindrome-fire">【状压dp】Avoid K Palindrome
<article class="post-prev col-6">


<a href="/Algorithm/dfs-and-similar/" title="dfs-and-similar">
<a href="/Algorithm/divide-and-conquer/" title="divide-and-conquer">
<i class="iconfont icon-arrowleft"></i>
<span class="hidden-mobile">dfs-and-similar</span>
<span class="hidden-mobile">divide-and-conquer</span>
<span class="visible-mobile">上一篇</span>
</a>

</article>
<article class="post-next col-6">


<a href="/Algorithm/data-structure/" title="data-structure">
<span class="hidden-mobile">data-structure</span>
<span class="visible-mobile">下一篇</span>
<i class="iconfont icon-arrowright"></i>
</a>

</article>
</div>

Expand Down
8 changes: 4 additions & 4 deletions Algorithm/games/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,18 +426,18 @@ <h3 id="【博弈-贪心-交互】Salyg1n-and-the-MEX-Game">【博弈/贪心/交
<article class="post-prev col-6">


<a href="/Algorithm/geometry/" title="geometry">
<a href="/BackEnd/back-end-guide/" title="back-end-guide">
<i class="iconfont icon-arrowleft"></i>
<span class="hidden-mobile">geometry</span>
<span class="hidden-mobile">back-end-guide</span>
<span class="visible-mobile">上一篇</span>
</a>

</article>
<article class="post-next col-6">


<a href="/Algorithm/hashing/" title="hashing">
<span class="hidden-mobile">hashing</span>
<a href="/Algorithm/graphs/" title="graphs">
<span class="hidden-mobile">graphs</span>
<span class="visible-mobile">下一篇</span>
<i class="iconfont icon-arrowright"></i>
</a>
Expand Down
8 changes: 4 additions & 4 deletions Algorithm/geometry/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -472,18 +472,18 @@ <h3 id="【凸包】奶牛过马路">【凸包】奶牛过马路</h3>
<article class="post-prev col-6">


<a href="/BackEnd/back-end-guide/" title="back-end-guide">
<a href="/Algorithm/number-theory/" title="number-theory">
<i class="iconfont icon-arrowleft"></i>
<span class="hidden-mobile">back-end-guide</span>
<span class="hidden-mobile">number-theory</span>
<span class="visible-mobile">上一篇</span>
</a>

</article>
<article class="post-next col-6">


<a href="/Algorithm/games/" title="games">
<span class="hidden-mobile">games</span>
<a href="/Algorithm/prefix-and-difference/" title="prefix-and-difference">
<span class="hidden-mobile">prefix-and-difference</span>
<span class="visible-mobile">下一篇</span>
<i class="iconfont icon-arrowright"></i>
</a>
Expand Down
4 changes: 2 additions & 2 deletions Algorithm/graphs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -694,9 +694,9 @@ <h3 id="【LCA】树的直径">【LCA】树的直径</h3>
<article class="post-prev col-6">


<a href="/Algorithm/number-theory/" title="number-theory">
<a href="/Algorithm/games/" title="games">
<i class="iconfont icon-arrowleft"></i>
<span class="hidden-mobile">number-theory</span>
<span class="hidden-mobile">games</span>
<span class="visible-mobile">上一篇</span>
</a>

Expand Down
4 changes: 2 additions & 2 deletions Algorithm/greedy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -819,8 +819,8 @@ <h3 id="【按位贪心-分类讨论】">【按位贪心/分类讨论】</h3>
<article class="post-next col-6">


<a href="/Algorithm/prefix-and-difference/" title="prefix-and-difference">
<span class="hidden-mobile">prefix-and-difference</span>
<a href="/Algorithm/hashing/" title="hashing">
<span class="hidden-mobile">hashing</span>
<span class="visible-mobile">下一篇</span>
<i class="iconfont icon-arrowright"></i>
</a>
Expand Down
4 changes: 2 additions & 2 deletions Algorithm/hashing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -466,9 +466,9 @@ <h3 id="【哈希-枚举-思维】Torn-Lucky-Ticket">【哈希/枚举/思维】T
<article class="post-prev col-6">


<a href="/Algorithm/games/" title="games">
<a href="/Algorithm/greedy/" title="greedy">
<i class="iconfont icon-arrowleft"></i>
<span class="hidden-mobile">games</span>
<span class="hidden-mobile">greedy</span>
<span class="visible-mobile">上一篇</span>
</a>

Expand Down
4 changes: 2 additions & 2 deletions Algorithm/number-theory/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,8 @@ <h3 id="【组合数学】序列数量">【组合数学】序列数量</h3>
<article class="post-next col-6">


<a href="/Algorithm/graphs/" title="graphs">
<span class="hidden-mobile">graphs</span>
<a href="/Algorithm/geometry/" title="geometry">
<span class="hidden-mobile">geometry</span>
<span class="visible-mobile">下一篇</span>
<i class="iconfont icon-arrowright"></i>
</a>
Expand Down
4 changes: 2 additions & 2 deletions Algorithm/prefix-and-difference/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -463,9 +463,9 @@ <h3 id="【差分-贪心】增减序列">【差分/贪心】增减序列</h3>
<article class="post-prev col-6">


<a href="/Algorithm/greedy/" title="greedy">
<a href="/Algorithm/geometry/" title="geometry">
<i class="iconfont icon-arrowleft"></i>
<span class="hidden-mobile">greedy</span>
<span class="hidden-mobile">geometry</span>
<span class="visible-mobile">上一篇</span>
</a>

Expand Down
4 changes: 2 additions & 2 deletions BackEnd/back-end-guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@ <h2 id="参考">参考</h2>
<article class="post-next col-6">


<a href="/Algorithm/geometry/" title="geometry">
<span class="hidden-mobile">geometry</span>
<a href="/Algorithm/games/" title="games">
<span class="hidden-mobile">games</span>
<span class="visible-mobile">下一篇</span>
<i class="iconfont icon-arrowright"></i>
</a>
Expand Down
4 changes: 2 additions & 2 deletions DataBase/data-base-guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -421,9 +421,9 @@ <h2 id="参考">参考</h2>
<article class="post-prev col-6">


<a href="/DevTools/DevCpp/devc-self-config/" title="self-config">
<a href="/DevTools/CLion/solve-clion-decoding-error/" title="solve-clion-decoding-error">
<i class="iconfont icon-arrowleft"></i>
<span class="hidden-mobile">self-config</span>
<span class="hidden-mobile">solve-clion-decoding-error</span>
<span class="visible-mobile">上一篇</span>
</a>

Expand Down
8 changes: 4 additions & 4 deletions DevTools/CLion/solve-clion-decoding-error/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -451,18 +451,18 @@ <h2 id="解决方案">解决方案</h2>
<article class="post-prev col-6">


<a href="/DevTools/Git/git-self-define-command/" title="git-self-define-command">
<a href="/DevTools/DevCpp/devc-self-config/" title="self-config">
<i class="iconfont icon-arrowleft"></i>
<span class="hidden-mobile">git-self-define-command</span>
<span class="hidden-mobile">self-config</span>
<span class="visible-mobile">上一篇</span>
</a>

</article>
<article class="post-next col-6">


<a href="/DevTools/DevCpp/devc-self-config/" title="self-config">
<span class="hidden-mobile">self-config</span>
<a href="/DataBase/data-base-guide/" title="data-base-guide">
<span class="hidden-mobile">data-base-guide</span>
<span class="visible-mobile">下一篇</span>
<i class="iconfont icon-arrowright"></i>
</a>
Expand Down
8 changes: 4 additions & 4 deletions DevTools/DevCpp/devc-self-config/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -452,18 +452,18 @@ <h2 id="四、快捷键选项">四、快捷键选项</h2>
<article class="post-prev col-6">


<a href="/DevTools/CLion/solve-clion-decoding-error/" title="solve-clion-decoding-error">
<a href="/DevTools/Git/git-self-define-command/" title="git-self-define-command">
<i class="iconfont icon-arrowleft"></i>
<span class="hidden-mobile">solve-clion-decoding-error</span>
<span class="hidden-mobile">git-self-define-command</span>
<span class="visible-mobile">上一篇</span>
</a>

</article>
<article class="post-next col-6">


<a href="/DataBase/data-base-guide/" title="data-base-guide">
<span class="hidden-mobile">data-base-guide</span>
<a href="/DevTools/CLion/solve-clion-decoding-error/" title="solve-clion-decoding-error">
<span class="hidden-mobile">solve-clion-decoding-error</span>
<span class="visible-mobile">下一篇</span>
<i class="iconfont icon-arrowright"></i>
</a>
Expand Down
4 changes: 2 additions & 2 deletions DevTools/Git/git-self-define-command/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,8 @@ <h2 id="宏定义">宏定义</h2>
<article class="post-next col-6">


<a href="/DevTools/CLion/solve-clion-decoding-error/" title="solve-clion-decoding-error">
<span class="hidden-mobile">solve-clion-decoding-error</span>
<a href="/DevTools/DevCpp/devc-self-config/" title="self-config">
<span class="hidden-mobile">self-config</span>
<span class="visible-mobile">下一篇</span>
<i class="iconfont icon-arrowright"></i>
</a>
Expand Down
4 changes: 2 additions & 2 deletions GPA/2nd-term/ObjectOrientedClassDesign/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -437,9 +437,9 @@ <h2 id="代码仓库">代码仓库</h2>
<article class="post-prev col-6">


<a href="/GPA/3rd-term/LinearAlgebra/" title="LinearAlgebra">
<a href="/GPA/3rd-term/DataStructureClassDesign/" title="DataStructureClassDesign">
<i class="iconfont icon-arrowleft"></i>
<span class="hidden-mobile">LinearAlgebra</span>
<span class="hidden-mobile">DataStructureClassDesign</span>
<span class="visible-mobile">上一篇</span>
</a>

Expand Down
4 changes: 2 additions & 2 deletions GPA/3rd-term/DataStructure/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1415,8 +1415,8 @@ <h3 id="10-8-归并排序">10.8 归并排序</h3>
<article class="post-next col-6">


<a href="/GPA/3rd-term/DataStructureClassDesign/" title="DataStructureClassDesign">
<span class="hidden-mobile">DataStructureClassDesign</span>
<a href="/GPA/3rd-term/LinearAlgebra/" title="LinearAlgebra">
<span class="hidden-mobile">LinearAlgebra</span>
<span class="visible-mobile">下一篇</span>
<i class="iconfont icon-arrowright"></i>
</a>
Expand Down
Loading

0 comments on commit 62cbf67

Please sign in to comment.