0.2.0 • Published 6 years ago
@sebi2020/data_structs v0.2.0
Data structs
Data structs is a small nodejs module providing general data structures for everyday use.
Included are (until now)
- Double linked lists
- FIFO Queue
- Async Fifo
- LIFO Queue
- Array-Stack
- Heaps
In work (planned)
- Binary-Trees
- Graphs (including DFS and BFS
Installation
npm i @sebi2020/data_structs
Documentation
You can find the documentation here: Documentation