Skip to content

Commit 9c70604

Browse files
committed
Best guess at roadmap for Part 2
1 parent e478d36 commit 9c70604

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

docs/computer-science/theory/index.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,24 @@ Primary topics: WIP
4242
- Watch 14.1-16.2
4343
- Do [Programming Assignment #2.4: Two-Sum](https://github.com/beaunus/stanford-algs/tree/master/testCases/course2/assignment4TwoSum)
4444

45+
### Part 2
46+
- Watch 1-21
47+
- Do [Programming Assignment #3.1: Scheduling And Minimums Spanning Trees](https://github.com/beaunus/stanford-algs/tree/master/testCases/course3/assignment1SchedulingAndMST)
48+
- Watch 22-32
49+
- Do [Programming Assignment #3.2: Clustering](https://github.com/beaunus/stanford-algs/tree/master/testCases/course3/assignment2Clustering)
50+
- Watch 33-43
51+
- Do [Programming Assignment #3.3: Huffman And Maximum Weight Independent Sets](https://github.com/beaunus/stanford-algs/tree/master/testCases/course3/assignment3HuffmanAndMWIS)
52+
- Watch 44-48
53+
- Do [Programming Assignment #3.4: Knapsack](https://github.com/beaunus/stanford-algs/tree/master/testCases/course3/assignment4Knapsack)
54+
- Watch 49-67
55+
- Do [Programming Assignment #4.1: All Apirs Shortest Path](https://github.com/beaunus/stanford-algs/tree/master/testCases/course4/assignment1AllPairsShortestPath)
56+
- Watch 68-78
57+
- Do [Programming Assignment #4.2: Traveling Salesman](https://github.com/beaunus/stanford-algs/tree/master/testCases/course4/assignment2TSP)
58+
- Watch 79-84
59+
- Do [Programming Assignment #4.3: Traveling Salesman Heuristic](https://github.com/beaunus/stanford-algs/tree/master/testCases/course4/assignment3TSPHeuristic)
60+
- Watch 85-95
61+
- Do [Programming Assignment #4.4: 2SAT](https://github.com/beaunus/stanford-algs/tree/master/testCases/course4/assignment4TwoSat)
4562

4663
## Extra Resources
47-
- [Coursera Alogorithms Specialization](https://www.coursera.org/specializations/algorithms): For students that want access to extra theory problems as well as paid certificate.
64+
- [Coursera Alogorithms Specialization](https://www.coursera.org/specializations/algorithms)
65+
For students that want access to extra theory problems as well as paid certificate.

0 commit comments

Comments
 (0)