Added note about math needs.

This commit is contained in:
John Washam 2016-07-23 10:59:01 -07:00
parent adc71f5c66
commit 802c42607c

View File

@ -148,7 +148,6 @@ There are a few books involved, see the bottom.
- [x] C++: https://www.youtube.com/watch?v=twodd1KFfGk
- [x] Understanding Compiler Optimization (C++): https://www.youtube.com/watch?v=FnGCDLhaxKU
## 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.
@ -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
- 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
- [x] **Arrays: (Implement an automatically resizing vector)**