Study
A public study shelf for material I have actually worked through.
The first section turns my Georgia Tech DSA I notes into inspectable, interactive examples — visual demos plus quick recall prompts to keep the material in long-term memory.
current courses
active notes
Data Structures & Algorithms I
ArrayLists, LinkedLists, stacks, queues, recursion, binary search, iterators, comparators, and Big-O from the DSA I study folder.
Modules 0–3 · 5 interactive demos
active notes
Data Structures & Algorithms II
Binary search trees and traversals, BST removal, SkipLists, binary heaps and priority queues, and HashMaps with collisions and load factor, from the DSA II study folder.
Modules 4-7 · 4 interactive demos
fresh notes
Data Structures & Algorithms III
AVL trees and rotations, (2,4) trees with splits and fusions, iterative sorts, and the divide-and-conquer sorts (merge, quicksort, LSD radix, and quickselect), from the DSA III study folder.
Modules 8-11 · 4 interactive demos
- /Visual demos you can step through
- /A module roadmap for each course
- /Quick self-check prompts to fight forgetting