Skip to content

Commit

Permalink
sync changes:
Browse files Browse the repository at this point in the history
- M  scripts/build.py

- M  site/README.html

- M  site/algorithms/BFS.html
  • Loading branch information
elimelt committed Jan 12, 2025
1 parent b62d729 commit 21afe6c
Show file tree
Hide file tree
Showing 256 changed files with 1,024 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,10 @@ def _render_template(self, page: Page) -> str:
color: white;
}}
a {{
color: #3391ff;
}}
table {{
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/algorithms/BFS.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/algorithms/DAGs.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/algorithms/DFS.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/algorithms/approximation-algorithms.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/algorithms/bipartite-graphs.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/algorithms/connected-components.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/algorithms/divide-and-conquer.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/algorithms/dynamic-programming.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/algorithms/graphs-intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/algorithms/greedy-algorithms.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/algorithms/induction.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/algorithms/linear-programming.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/algorithms/network-flows.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/algorithms/patterns/BFS.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/algorithms/patterns/sliding-window.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/algorithms/practice/4.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/algorithms/problems/graphs-and-trees.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/algorithms/runtime.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/algorithms/stable-matching.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/algorithms/tree-intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/categories/algorithm analysis.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/categories/algorithms.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/categories/computer science.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/categories/database design.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/categories/database systems.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/categories/distributed systems.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/categories/graph theory.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/categories/mathematics.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/categories/operations research.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/categories/research.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/categories/software engineering.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/categories/system-design.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions site/cheatsheets/algorithms/divide-and-conquer.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
Loading

0 comments on commit 21afe6c

Please sign in to comment.