You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo contains my implementations of core data structures like:
Trees (Binary, AVL, etc.)
Heaps
Tries
Graphs
Undirected Graphs
Each data structure lives in its own subfolder with TypeScript + test examples.
About
Implementations of classic data structures in TypeScript with a focus on clarity, performance, and modern coding patterns. Includes trees, heaps, tries, graphs, and more, each in its own folder with annotated code and tests.