A crash course PDF for C & Algorithms, written by myself during the WTC bootcamp in Johannesburg South Africa. All notes/changes & improvements welcome lmncube@student.wethinkcode.co.za :)
- 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)