From 802c42607cc4d4c4dacb0f9ac856ada6dc0e4247 Mon Sep 17 00:00:00 2001 From: John Washam Date: Sat, 23 Jul 2016 10:59:01 -0700 Subject: [PATCH] Added note about math needs. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79e1797..183057d 100644 --- a/README.md +++ b/README.md @@ -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)**