Paginated Archives
GD50 Lecture 01 - Pong
Lecture 1 - Detailed notes of the course GD50 covering prerequisites, additional material and the lecture in great detail.
Introduction to Game Development GD50 - Notes and References
Detailed notes of the course GD50 covering prerequisites, additional material and the lecture in great detail.
Novel DS & Algos Roundup #1
Some awesome data structures and algorithms that you normally won't find in textbooks or courseware.
Redis Source Code - DS and Algos - adlist
Source code walk of the Doubly Linked List implementation of Redis. It's quite easy and I honestly learnt a bit.