Code for Game Developers is another take on Math for Game Developers - a weekly instructional YouTube series starting from the basics of a concept and working up towards more complex topics. In the case of this video series, after laying out the foundation of optimization you will learn about:
- Amdahl's Law
- Big O notation
- Cache Levels
- Binary Search
- Hash Tables
- CPU optimizations