From ae7e000e452a464d2dca280bfce2bbe4b2f5d25a Mon Sep 17 00:00:00 2001 From: Kevin Privett Date: Fri, 24 Oct 2025 12:30:04 -0700 Subject: [PATCH] Add Edx Algorithms course links for core theory Added Edx Algorithms course links for additional resources. --- docs/computer-science/theory/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/computer-science/theory/index.md b/docs/computer-science/theory/index.md index d9b726e..0413089 100644 --- a/docs/computer-science/theory/index.md +++ b/docs/computer-science/theory/index.md @@ -61,5 +61,7 @@ Primary topics: divide and conquer sorting and searching randomized algorithms g - Do [Programming Assignment #4.4: 2SAT](https://github.com/beaunus/stanford-algs/tree/master/testCases/course4/assignment4TwoSat) ## Extra Resources -- [Coursera Alogorithms Specialization](https://www.coursera.org/specializations/algorithms) +- Edx Algorithms: Design and Analysis [Part 1](https://www.edx.org/learn/algorithms/stanford-university-algorithms-design-and-analysis-part-1) and [Part 2](https://www.edx.org/learn/algorithms/stanford-university-algorithms-design-and-analysis-part-2) + Includes extra problem sets and theory problems like Coursera, but still with audit access. +- [Coursera Algorithms Specialization](https://www.coursera.org/specializations/algorithms) For students that want access to extra theory problems as well as paid certificate.