dastal
v5.0.0
Published
Data Structures & Algorithms implementations
Downloads
265
Maintainers
Readme
Dastal
Data structures & algorithms implementations for node
Installing
npm install dastal
API
See docs/ or the wiki for details. At a glance:
Interfaces
Classes
- AATree
- AVLTree
- ArrayList
- ArrayQueue
- ArrayStack
- BinaryHeap
- DoublyLinkedList
- InOrderSegmentTree
- LevelOrderSegmentTree
- LinkedList
- LinkedQueue
- LinkedStack
- SkewHeap
Utilities
Contribute
There are many ways to contribute:
- Submit bugs and help verify fixes.
- Review source code changes.
- Contribute bug fixes.