Skip to content

Commit 879bc43

Browse files
committed
sync changes:
- M scripts/build.py - M site/algorithms/index.html - M site/algorithms/patterns/index.html
1 parent 439a9a1 commit 879bc43

File tree

722 files changed

+1674
-1674
lines changed

Some content is hidden

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

722 files changed

+1674
-1674
lines changed

scripts/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def _process_content(self) -> None:
226226
print(f"Processing directory: {file_path}")
227227
# Generate an index.html for directories
228228
links_html = "\n".join(
229-
f'<li><a href="{file_path.name}/{item.name}">{item.name}</a></li>'
229+
f'<li><a href="{item.name}">{item.name}</a></li>'
230230
for item in file_path.iterdir()
231231
if item.is_file() and item.suffix in self.SUPPORTED_CONTENT
232232
)

site/algorithms/index.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<!-- Schema.org JSON-LD -->
2929
<script type="application/ld+json">
30-
{"@context": "https://schema.org", "@type": "Article", "headline": "Index of index.html", "dateModified": "2025-04-28T00:13:56.738141", "description": "Index of index.html"}
30+
{"@context": "https://schema.org", "@type": "Article", "headline": "Index of index.html", "dateModified": "2025-04-28T00:15:46.799733", "description": "Index of index.html"}
3131
</script>
3232

3333
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css">
@@ -72,28 +72,28 @@
7272
<article>
7373
<h1>Index of index.html</h1>
7474
<div class="meta">
75-
<time datetime="2025-04-28T00:13:56.738141">
75+
<time datetime="2025-04-28T00:15:46.799733">
7676
Last modified: 2025-04-28
7777
</time>
7878
</div>
7979
<div class=content>
8080
<h2>Index of index.html</h2>
81-
<ul><li><a href="algorithms/BFS.md">BFS.md</a></li>
82-
<li><a href="algorithms/DAGs.md">DAGs.md</a></li>
83-
<li><a href="algorithms/DFS.md">DFS.md</a></li>
84-
<li><a href="algorithms/graphs-intro.md">graphs-intro.md</a></li>
85-
<li><a href="algorithms/divide-and-conquer.md">divide-and-conquer.md</a></li>
86-
<li><a href="algorithms/stable-matching.md">stable-matching.md</a></li>
87-
<li><a href="algorithms/bipartite-graphs.md">bipartite-graphs.md</a></li>
88-
<li><a href="algorithms/induction.md">induction.md</a></li>
89-
<li><a href="algorithms/approximation-algorithms.md">approximation-algorithms.md</a></li>
90-
<li><a href="algorithms/linear-programming.md">linear-programming.md</a></li>
91-
<li><a href="algorithms/dynamic-programming.md">dynamic-programming.md</a></li>
92-
<li><a href="algorithms/connected-components.md">connected-components.md</a></li>
93-
<li><a href="algorithms/runtime.md">runtime.md</a></li>
94-
<li><a href="algorithms/greedy-algorithms.md">greedy-algorithms.md</a></li>
95-
<li><a href="algorithms/network-flows.md">network-flows.md</a></li>
96-
<li><a href="algorithms/tree-intro.md">tree-intro.md</a></li></ul>
81+
<ul><li><a href="BFS.md">BFS.md</a></li>
82+
<li><a href="DAGs.md">DAGs.md</a></li>
83+
<li><a href="DFS.md">DFS.md</a></li>
84+
<li><a href="graphs-intro.md">graphs-intro.md</a></li>
85+
<li><a href="divide-and-conquer.md">divide-and-conquer.md</a></li>
86+
<li><a href="stable-matching.md">stable-matching.md</a></li>
87+
<li><a href="bipartite-graphs.md">bipartite-graphs.md</a></li>
88+
<li><a href="induction.md">induction.md</a></li>
89+
<li><a href="approximation-algorithms.md">approximation-algorithms.md</a></li>
90+
<li><a href="linear-programming.md">linear-programming.md</a></li>
91+
<li><a href="dynamic-programming.md">dynamic-programming.md</a></li>
92+
<li><a href="connected-components.md">connected-components.md</a></li>
93+
<li><a href="runtime.md">runtime.md</a></li>
94+
<li><a href="greedy-algorithms.md">greedy-algorithms.md</a></li>
95+
<li><a href="network-flows.md">network-flows.md</a></li>
96+
<li><a href="tree-intro.md">tree-intro.md</a></li></ul>
9797
</div>
9898
</article>
9999
</main>

site/algorithms/patterns/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<!-- Schema.org JSON-LD -->
2929
<script type="application/ld+json">
30-
{"@context": "https://schema.org", "@type": "Article", "headline": "Index of index.html", "dateModified": "2025-04-28T00:13:56.862234", "description": "Index of index.html"}
30+
{"@context": "https://schema.org", "@type": "Article", "headline": "Index of index.html", "dateModified": "2025-04-28T00:15:46.923515", "description": "Index of index.html"}
3131
</script>
3232

3333
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css">
@@ -74,14 +74,14 @@
7474
<article>
7575
<h1>Index of index.html</h1>
7676
<div class="meta">
77-
<time datetime="2025-04-28T00:13:56.862234">
77+
<time datetime="2025-04-28T00:15:46.923515">
7878
Last modified: 2025-04-28
7979
</time>
8080
</div>
8181
<div class=content>
8282
<h2>Index of index.html</h2>
83-
<ul><li><a href="patterns/BFS.md">BFS.md</a></li>
84-
<li><a href="patterns/sliding-window.md">sliding-window.md</a></li></ul>
83+
<ul><li><a href="BFS.md">BFS.md</a></li>
84+
<li><a href="sliding-window.md">sliding-window.md</a></li></ul>
8585
</div>
8686
</article>
8787
</main>

site/algorithms/practice/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<!-- Schema.org JSON-LD -->
2929
<script type="application/ld+json">
30-
{"@context": "https://schema.org", "@type": "Article", "headline": "Index of index.html", "dateModified": "2025-04-28T00:13:56.922650", "description": "Index of index.html"}
30+
{"@context": "https://schema.org", "@type": "Article", "headline": "Index of index.html", "dateModified": "2025-04-28T00:15:46.984708", "description": "Index of index.html"}
3131
</script>
3232

3333
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css">
@@ -74,13 +74,13 @@
7474
<article>
7575
<h1>Index of index.html</h1>
7676
<div class="meta">
77-
<time datetime="2025-04-28T00:13:56.922650">
77+
<time datetime="2025-04-28T00:15:46.984708">
7878
Last modified: 2025-04-28
7979
</time>
8080
</div>
8181
<div class=content>
8282
<h2>Index of index.html</h2>
83-
<ul><li><a href="practice/4.md">4.md</a></li></ul>
83+
<ul><li><a href="4.md">4.md</a></li></ul>
8484
</div>
8585
</article>
8686
</main>

site/algorithms/problems/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<!-- Schema.org JSON-LD -->
2929
<script type="application/ld+json">
30-
{"@context": "https://schema.org", "@type": "Article", "headline": "Index of index.html", "dateModified": "2025-04-28T00:13:56.868804", "description": "Index of index.html"}
30+
{"@context": "https://schema.org", "@type": "Article", "headline": "Index of index.html", "dateModified": "2025-04-28T00:15:46.930272", "description": "Index of index.html"}
3131
</script>
3232

3333
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css">
@@ -74,13 +74,13 @@
7474
<article>
7575
<h1>Index of index.html</h1>
7676
<div class="meta">
77-
<time datetime="2025-04-28T00:13:56.868804">
77+
<time datetime="2025-04-28T00:15:46.930272">
7878
Last modified: 2025-04-28
7979
</time>
8080
</div>
8181
<div class=content>
8282
<h2>Index of index.html</h2>
83-
<ul><li><a href="problems/graphs-and-trees.md">graphs-and-trees.md</a></li></ul>
83+
<ul><li><a href="graphs-and-trees.md">graphs-and-trees.md</a></li></ul>
8484
</div>
8585
</article>
8686
</main>

site/categories/algorithm analysis.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<!-- Schema.org JSON-LD -->
2929
<script type="application/ld+json">
30-
{"@context": "https://schema.org", "@type": "Article", "headline": "Category: Algorithm Analysis", "dateModified": "2025-04-28T00:13:58.211898", "description": "Pages in category Algorithm Analysis"}
30+
{"@context": "https://schema.org", "@type": "Article", "headline": "Category: Algorithm Analysis", "dateModified": "2025-04-28T00:15:48.263205", "description": "Pages in category Algorithm Analysis"}
3131
</script>
3232

3333
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css">
@@ -74,7 +74,7 @@
7474
<article>
7575
<h1>Category: Algorithm Analysis</h1>
7676
<div class="meta">
77-
<time datetime="2025-04-28T00:13:58.211898">
77+
<time datetime="2025-04-28T00:15:48.263205">
7878
Last modified: 2025-04-28
7979
</time>
8080
</div>

site/categories/algorithms.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<!-- Schema.org JSON-LD -->
2929
<script type="application/ld+json">
30-
{"@context": "https://schema.org", "@type": "Article", "headline": "Category: Algorithms", "dateModified": "2025-04-28T00:13:58.211601", "description": "Pages in category Algorithms"}
30+
{"@context": "https://schema.org", "@type": "Article", "headline": "Category: Algorithms", "dateModified": "2025-04-28T00:15:48.262911", "description": "Pages in category Algorithms"}
3131
</script>
3232

3333
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css">
@@ -74,7 +74,7 @@
7474
<article>
7575
<h1>Category: Algorithms</h1>
7676
<div class="meta">
77-
<time datetime="2025-04-28T00:13:58.211601">
77+
<time datetime="2025-04-28T00:15:48.262911">
7878
Last modified: 2025-04-28
7979
</time>
8080
</div>

site/categories/announcement.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<!-- Schema.org JSON-LD -->
2929
<script type="application/ld+json">
30-
{"@context": "https://schema.org", "@type": "Article", "headline": "Category: Announcement", "dateModified": "2025-04-28T00:13:58.214196", "description": "Pages in category Announcement"}
30+
{"@context": "https://schema.org", "@type": "Article", "headline": "Category: Announcement", "dateModified": "2025-04-28T00:15:48.265565", "description": "Pages in category Announcement"}
3131
</script>
3232

3333
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css">
@@ -74,7 +74,7 @@
7474
<article>
7575
<h1>Category: Announcement</h1>
7676
<div class="meta">
77-
<time datetime="2025-04-28T00:13:58.214196">
77+
<time datetime="2025-04-28T00:15:48.265565">
7878
Last modified: 2025-04-28
7979
</time>
8080
</div>

site/categories/computer science.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<!-- Schema.org JSON-LD -->
2929
<script type="application/ld+json">
30-
{"@context": "https://schema.org", "@type": "Article", "headline": "Category: Computer Science", "dateModified": "2025-04-28T00:13:58.212239", "description": "Pages in category Computer Science"}
30+
{"@context": "https://schema.org", "@type": "Article", "headline": "Category: Computer Science", "dateModified": "2025-04-28T00:15:48.263560", "description": "Pages in category Computer Science"}
3131
</script>
3232

3333
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css">
@@ -74,7 +74,7 @@
7474
<article>
7575
<h1>Category: Computer Science</h1>
7676
<div class="meta">
77-
<time datetime="2025-04-28T00:13:58.212239">
77+
<time datetime="2025-04-28T00:15:48.263560">
7878
Last modified: 2025-04-28
7979
</time>
8080
</div>

site/categories/database systems.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<!-- Schema.org JSON-LD -->
2929
<script type="application/ld+json">
30-
{"@context": "https://schema.org", "@type": "Article", "headline": "Category: Database Systems", "dateModified": "2025-04-28T00:13:58.213583", "description": "Pages in category Database Systems"}
30+
{"@context": "https://schema.org", "@type": "Article", "headline": "Category: Database Systems", "dateModified": "2025-04-28T00:15:48.264965", "description": "Pages in category Database Systems"}
3131
</script>
3232

3333
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css">
@@ -74,7 +74,7 @@
7474
<article>
7575
<h1>Category: Database Systems</h1>
7676
<div class="meta">
77-
<time datetime="2025-04-28T00:13:58.213583">
77+
<time datetime="2025-04-28T00:15:48.264965">
7878
Last modified: 2025-04-28
7979
</time>
8080
</div>

0 commit comments

Comments
 (0)