This are implementations of various data structures and algorigthms in javascript.
- Stack
- Queue
- Circular Queue
- Priority Queue
- Heap
- Binary Tree
- Binary Search Tree
- Singly Linked List
- Graph
- MapMap
- Search
- Sorting
- Graph - dfs | bfs
- Tree - dfs | bfs
- AVL Tree