A crash course PDF for C & Algorithms, written by myself during the WTC bootcamp in Johannesburg South Africa. All notes/changes & improvements welcome [email protected] :)
- Compilation
- Variables (Integers, Characters)
- Arrays (Pointers)
- Makefiles/Make
- Libraries & headers
- Number systems & conversions
- Bit Manipulation
- Memory (Allocation, Leaks)
- Abstract Data Types (Linked Lists, Stacks)
- Big O (Space-Time Complexity, Search, recursion)