Skip to content

EddieCornelious/js_data-collections

Repository files navigation

Js_Data-Collections

Build Status Maintainability Coverage Status A simple data structure library

Included data structures πŸ”¨

  • Linked List βœ”
  • Binary Search Tree βœ”
  • Queue βœ”
  • Stack βœ”
  • Trie βœ”
  • HashMap βœ”
  • HashSet βœ”
  • Array Methods βœ”
  • Priority Queue βœ”
  • Binary Heap βœ”
  • Graph βœ”
  • Set βœ”
  • Red-Black Tree βœ”
  • MultiMap βœ”

Getting Started πŸš€

npm install js_data-collections

Offical docs πŸ“œ

Docs

Important For browsers 🎺

IE > 8 compatible

Production πŸ‘»

Production

Development πŸ’»

Dev

Minified version ✨

Min

Contributing πŸ‘

Simply download the project, write some code, run the build, write some tests, make sure the tests pass and send a pull request

Versioning 🎭

We use SemVer for versioning.

Authors πŸŽ“

License πŸ‘€

This project is licensed under the MIT License.

BrowserStack

I use BrowserStack to make sure theis library works in legacy browsers.

BrowserStack

Purpose ❓

The initial purpose of this library was to simply apply the concepts I have learned as a computer science student.