JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18
  • Score
    100M100P100Q54545F
  • License MIT

js ds library

Package Exports

  • js_data-collections

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 (js_data-collections) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Js_Data-Collections

Commitizen friendly

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
  • Map

Getting Started

npm install js_data-collections

Offical docs

Docs

Important For browsers

Currently, this project is not Ie8 compatible but works fine for Ie9 and up. In future releases, I plan to alleviate these compatibility issues

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.

Purpose

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