A simple data structure library
- Linked List ✔
- Binary Search Tree ✔
- Queue ✔
- Stack ✔
- Trie ✔
- HashMap ✔
- HashSet ✔
- Array Methods ✔
- Priority Queue ✔
- Binary Heap ✔
- Graph ✔
- Set ✔
- Red-Black Tree ✔
- MultiMap ✔
npm install js_data-collections
IE > 8 compatible
Simply download the project, write some code, run the build, write some tests, make sure the tests pass and send a pull request
We use SemVer for versioning.
- Eddie Cornelious - Initial work - EddieCornelious
This project is licensed under the MIT License.
I use BrowserStack to make sure theis library works in legacy browsers.
The initial purpose of this library was to simply apply the concepts I have learned as a computer science student.