@@ -18,15 +18,43 @@ Use our slack channel https://ieee-um.slack.com/ to stay in touch with updates a
18
18
## Table of Contents
19
19
- [ Week 0] ( #week-0 )
20
20
- [ 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
21
25
- [ Week 2] ( #week-2 )
26
+ 1 . Algorithmic complexity / Big-O / Asymptotic analysis
27
+ 2 . An Overview of Data Structures and Algorithms
22
28
- [ Week 3] ( #week-3 )
29
+ 2 . Basic Algorithms: Binary Search and Sorting
30
+ 3 . Recursion
23
31
- [ 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.
24
41
- [ Week 5] ( #week-5 )
42
+ 1 . Divide and Conquer & Sorting
43
+ 2 . Graph Search, Shortest Paths, and Data Structures
25
44
- [ Week 6] ( #week-6 )
45
+ 1 . Heaps and Balanced Trees
46
+ 2 . Dynamic Programming
26
47
- [ 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
27
50
- [ Week 8] ( #week-8 )
51
+ 1 . Bitwise operations, Discrete Mathematics, and NP Completeness and Computability
52
+ 2 . Caches, Processes and Threads, and other topics
28
53
- [ Week 9] ( #week-9 )
54
+ 1 . Testing and System Design
55
+ 2 . Putting it all together and Review
29
56
- [ Week 10] ( #week-10 )
57
+ 1 . Practice
30
58
31
59
32
60
@@ -1061,7 +1089,7 @@ Todo: 1) organize this section, clean up unecessary stuff, and maybe add more st
1061
1089
1062
1090
# Week 8
1063
1091
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
1065
1093
1066
1094
Todo: 1) organize this section, clean up unecessary stuff, and maybe add more stuff
1067
1095
2) write my talk
0 commit comments