0.7.0 • Published 2 years ago
@ritterg/simple-dsa v0.7.0
SimpleDsa
A simple collection of data structures for anyone who wants to expand upon them or simply use them as is!
Features
- Linked List (Single & Double)
- Heap (Min and Max options)
- Trees: Binary Search
- Queue
- Stack
Features in Progress
- Trie
- Graph
- Hash Table
- And many variations of the above!