1.1.0 • Published 4 years ago

data-structures-algorithms-js v1.1.0

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

Build Status Coverage Status

Data Structures and Algorithms

Implementation of some Data Structures and Algorithms in JavaScript

Algorithms

  • BubbleSort

Data Structures

  • Deque
  • Priority Queue
  • Queue
  • Queue(Array-based)
  • Set
  • Stack
  • Stack(Array-based)

Installation

This is Node.js module available through npm.

First get yourself Node.js, and then OS X & Linux:

$ npm install data-structures-algorithms-js

Development setup

To install all development dependencies

$ npm install

To run tests

$ npm test

Documentation

You can access the complete documentation here

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

1.1.0

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago