You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this project is to translate the wonderful resource
@@ -22,7 +22,7 @@ Compiled pages are published at [https://cp-algorithms.com/](https://cp-algorith
22
22
- October 31, 2022: It is now possible to select and copy $\LaTeX$ source code of formulas within the articles.
23
23
- June 8, 2022: Tags are enabled. Each article is now marked whether it is translated or original, overall tag info is present in the [tag index](https://cp-algorithms.com/tags.html). For translated articles, clicking on `From: X` tag would lead to the original article.
24
24
- June 7, 2022: Date of last commit and author list with contribution percentage is tracked for each page.
25
-
- June 5, 2022: Enabled content tabs and sidebar navigation. The navigation is moved to a [separate page](https://cp-algorithms.com/navigation.html) and its structure should be adjusted in [navigation.md](https://github.com/cp-algorithms/cp-algorithms/blob/master/src/navigation.md) whenever a new article is created or an old one is moved.
25
+
- June 5, 2022: Enabled content tabs and sidebar navigation. The navigation is moved to a [separate page](https://cp-algorithms.com/navigation.html) and its structure should be adjusted in [navigation.md](https://github.com/cp-algorithms/cp-algorithms/blob/main/src/navigation.md) whenever a new article is created or an old one is moved.
26
26
- January 16, 2022: Switched to the [MkDocs](https://www.mkdocs.org/) site generator with the [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) theme, which give the website a more modern look, brings a couple of new features (dark mode, better search, ...), makes the website more stable (in terms of rendering math formulas), and makes it easier to contribute.
27
27
28
28
### New articles
@@ -40,7 +40,7 @@ Compiled pages are published at [https://cp-algorithms.com/](https://cp-algorith
40
40
- (7 May 2022) [Knuth's Optimization](https://cp-algorithms.com/dynamic_programming/knuth-optimization.html)
41
41
- (31 March 2022) [Continued fractions](https://cp-algorithms.com/algebra/continued-fractions.html)
42
42
43
-
Full list of updates: [Commit History](https://github.com/cp-algorithms/cp-algorithms/commits/master)
43
+
Full list of updates: [Commit History](https://github.com/cp-algorithms/cp-algorithms/commits/main)
44
44
45
45
Full list of articles: [Navigation](https://cp-algorithms.com/navigation.html)
0 commit comments