We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c00751 commit 07810bbCopy full SHA for 07810bb
docs/resources.md
@@ -14,7 +14,10 @@ This page contains additional resources for each lecture to help you dive deeper
14
- [Python Tutor](https://pythontutor.com/)
15
16
## <span style="color: #397DFF">Week 2: Data Structures</span>
17
-*Coming soon...*
+- [CS 61B Textbook](https://cs61b-2.gitbook.io/cs61b-textbook/)
18
+- [Dijkstra's Algorithm Video](https://www.youtube.com/watch?v=db_-e07jkjo)
19
+- [BFS Algorithm Video](https://www.youtube.com/watch?v=xlVX7dXLS64)
20
+- [DFS Algorithm Video](https://www.youtube.com/watch?v=PMMc4VsIacU)
21
22
## <span style="color: #397DFF">Week 3: Introduction to SWE I</span>
23
*Coming soon...*
0 commit comments