Technology
Textbooks
- Bjarne Stroustrup - Programming: Principles and Practice Using C++ // Comments
- Rhonda Huettenmueller - College Algebra DeMYSTiFieD // Comments
- Nell Dale - C++ Plus Data Structures (5th ed.) // One of the better C++ textbooks I've seen for overall DS.
- Hemant Jain - Problem Solving in Data Structures & Algorithms Using C++ (1st ed.) // THE BEST!! C++ for DS super straight forward! I recommend doing all the code examples here.
- Adnan Aziz - Elements of Programming Interviews in C++ // Great supplement with lots of problems from coding interviews, this + blind 75 is my prep for interviews.
- Clifford Stein - Discrete Mathematics for Computer Scientists // Want to really make sure my foundation is much stronger in Discrete, as it's the basis for Algorithms.
- Thomas Cormen - Introduction to Algorithms // Trying to work through this one in detail, but also using it as a reference.
- Richard Johnsonbaugh - Algorithms // Feels like a technical but simpler version of Cormen, Tardos, and many others. Seems like it includes important details, but, also is elegant. Just got this from the library recently, we will see how it goes.