Skip to content

Commit 56f2c32

Browse files
authored
Add some commas to the primary topics of Algorithms Illuminated for readability (#70)
1 parent 02b0fc4 commit 56f2c32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/computer-science/theory/algorithms

docs/computer-science/theory/algorithms/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_position: 1
77

88
A full undergraduate-level introduction to the theory of algorithm design, algorithmic analysis, and data structures.
99

10-
Primary topics: divide and conquer sorting and searching randomized algorithms graph search shortest paths data structures greedy algorithms minimum spanning trees dynamic programming NP-completeness and more
10+
Primary topics: divide and conquer, sorting and searching, randomized algorithms, graph search, shortest paths, data structures, greedy algorithms, minimum spanning trees, dynamic programming, NP-completeness and more
1111
- [Course website](https://www.algorithmsilluminated.org/)
1212
- **Playlists:**
1313
- [Part 1](https://www.youtube.com/playlist?list=PLXFMmlk03Dt7Q0xr1PIAriY5623cKiH7V)

0 commit comments

Comments
 (0)