Package Exports
- jds.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jds.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
JDS (in-development)
JDS(Java Data Structures) is an in development Javascript data structures library. It takes popular Java data structures and implements them in Javascript for convenient use. They come with standard Java methods.
Data Structures to be implemented
Type | Data Structure | Implemented |
---|---|---|
ADT | Stack | ✓ |
ADT | Queue | ✓ |
ADT | Priority Queue | |
Tree | Max Heap | ✓ |
Tree | Min Heap | ✓ |
Tree | Red-Black Tree | |
Hash | Hash Map | In-progress |
Hash | Hash Set | ✓ |
Pointer | Linked List | ✓ |
Pointer | Graph | |
Pointer | Weighted Graph |
Potential Strucutures to be implemented
- TreeSet
- 2-3-4 Tree
- B-Trees
- LinkedStack
- LinkedQueue
- LinkedMap
- HashTree
Release Data
- Currently a side project so it will be released in about 4-6 weeks at the current rate. Will be released when the main structures are implemented. This is not a hard release date, as testing and other things may bog me down.