This just represents a bit of an academic exercise to build & illustrate basic data structures in Typescript. They are built with bun as the runtime, and uses the bun test runner.
- Linked List
- Stack
- Queue
- Hash Table
- Binary Search Tree
- Binary Heape (example MIN implementation)