I've just completed a new repository featuring essential data structures implemented in TypeScript! 🎉 As I'm transitioning from C++ to professional JavaScript development, I thought this would be a great way to solidify my knowledge and share my progress.
- Singly Linked List
- Doubly Linked List
- Stack using Array
- Stack using Doubly Linked List
- Queue using Array
- Queue using Doubly Linked List
- Binary Tree
- Binary Search Tree
- Min Heap
- Max Heap
- Segment Tree
- Disjoint Set Union (DSU)
If you're also learning JavaScript/TypeScript or just need a refresher on basic data structures, feel free to check it out.