|
@@ -148,7 +148,6 @@ There are a few books involved, see the bottom.
|
|
- [x] C++: https://www.youtube.com/watch?v=twodd1KFfGk
|
|
- [x] C++: https://www.youtube.com/watch?v=twodd1KFfGk
|
|
- [x] Understanding Compiler Optimization (C++): https://www.youtube.com/watch?v=FnGCDLhaxKU
|
|
- [x] Understanding Compiler Optimization (C++): https://www.youtube.com/watch?v=FnGCDLhaxKU
|
|
|
|
|
|
-
|
|
|
|
## The Daily Plan:
|
|
## The Daily Plan:
|
|
|
|
|
|
Each subject does not require a whole day to be able to understand it fully, and you can do multiple of these in a day.
|
|
Each subject does not require a whole day to be able to understand it fully, and you can do multiple of these in a day.
|
|
@@ -201,6 +200,8 @@ Then test it out on a computer to make sure it's not buggy from syntax.
|
|
- Illustrating "Big O": https://class.coursera.org/algorithmicthink1-004/lecture/63
|
|
- Illustrating "Big O": https://class.coursera.org/algorithmicthink1-004/lecture/63
|
|
- Cheat sheet: http://bigocheatsheet.com/
|
|
- Cheat sheet: http://bigocheatsheet.com/
|
|
|
|
|
|
|
|
+If some of the lectures are too mathy, you can jump down to the bottom and watch the discrete mathematics videos to get the background knowledge.
|
|
|
|
+
|
|
## Data Structures
|
|
## Data Structures
|
|
|
|
|
|
- [x] **Arrays: (Implement an automatically resizing vector)**
|
|
- [x] **Arrays: (Implement an automatically resizing vector)**
|