Learning Data Structures & Algorithms using this edX course by GTx. This repository will hold my notes from the course, as well as any source code I write independently to study the material.
- Doubly-Linked List --
make dll - Array-based Deque --
make deq - Binary Search Tree --
make bst - AVL Tree --
make avl - Sorting Algorithm Visualizer --
make comp(Requires SDL and your ownfont.ttf) - Pattern Matching Algorithms --
make pattern - Dynamic Programming --
make dp