Skip to content

Commit 14e0c2d

Browse files
authored
Added sub-sections to table of contents.
1 parent 6a0cf74 commit 14e0c2d

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,43 @@ Use our slack channel https://ieee-um.slack.com/ to stay in touch with updates a
1818
## Table of Contents
1919
- [Week 0](#week-0)
2020
- [Week 1](#week-1)
21+
1. About Silicon Valley, Google, Facebook, and Startups - Motivation
22+
2. Interview Process & General Interview Prep
23+
* Emacs and vi(m)
24+
* Unix and Command Line Tools
2125
- [Week 2](#week-2)
26+
1. Algorithmic complexity / Big-O / Asymptotic analysis
27+
2. An Overview of Data Structures and Algorithms
2228
- [Week 3](#week-3)
29+
2. Basic Algorithms: Binary Search and Sorting
30+
3. Recursion
2331
- [Week 4](#week-4)
32+
1. Network Flows
33+
3. Linear Programming
34+
4. Machine Learning
35+
5. Information theory
36+
6. Cryptography
37+
7. Networking
38+
8. Computer Security
39+
9. Parallel Programming
40+
10. And much, much more.
2441
- [Week 5](#week-5)
42+
1. Divide and Conquer & Sorting
43+
2. Graph Search, Shortest Paths, and Data Structures
2544
- [Week 6](#week-6)
45+
1. Heaps and Balanced Trees
46+
2. Dynamic Programming
2647
- [Week 7](#week-7)
48+
1. Knapsack problem and More Dynamic Programming
49+
2. Shortest Paths Revisited, NP-Complete Problems and What To Do About Them
2750
- [Week 8](#week-8)
51+
1. Bitwise operations, Discrete Mathematics, and NP Completeness and Computability
52+
2. Caches, Processes and Threads, and other topics
2853
- [Week 9](#week-9)
54+
1. Testing and System Design
55+
2. Putting it all together and Review
2956
- [Week 10](#week-10)
57+
1. Practice
3058

3159

3260

@@ -1061,7 +1089,7 @@ Todo: 1) organize this section, clean up unecessary stuff, and maybe add more st
10611089

10621090
# Week 8
10631091

1064-
## Session 1 - Bitwise operations and Discrete Mathematics and NP Completeness and Computability
1092+
## Session 1 - Bitwise operations, Discrete Mathematics, and NP Completeness and Computability
10651093

10661094
Todo: 1) organize this section, clean up unecessary stuff, and maybe add more stuff
10671095
2) write my talk

0 commit comments

Comments
 (0)