From 68c4719deaff76a733d386eb03c510de5202e6e9 Mon Sep 17 00:00:00 2001 From: Ada Christiansen <60967674+ada-0x1eaf@users.noreply.github.com> Date: Wed, 25 Mar 2026 09:39:20 +0100 Subject: [PATCH] Add some commas to the primary topics of Algorithms Illuminated for readability --- docs/computer-science/theory/algorithms/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/computer-science/theory/algorithms/index.md b/docs/computer-science/theory/algorithms/index.md index 0314c9d..fdf2cda 100644 --- a/docs/computer-science/theory/algorithms/index.md +++ b/docs/computer-science/theory/algorithms/index.md @@ -7,7 +7,7 @@ sidebar_position: 1 A full undergraduate-level introduction to the theory of algorithm design, algorithmic analysis, and data structures. -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 +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 - [Course website](https://www.algorithmsilluminated.org/) - **Playlists:** - [Part 1](https://www.youtube.com/playlist?list=PLXFMmlk03Dt7Q0xr1PIAriY5623cKiH7V)