NoteConsumable Data Structures and Algorithms library in JavaScript
I'm looking for maintainers for this project. Please email me if you are interested in maintaining the project.
InstallationRun
$ npm install algorithms-js
Or use unpkg
:
<script src="https://unpkg.com/algorithms-js/dist/algorithms.min.js"></script>
Or use jsdeliver
:
<script src="https://cdn.jsdelivr.net/npm/algorithms-js/dist/algorithms.min.js"></script>Usage
Library contains both algorithms as well as data structures:
Data StructuresCurrently, library supports following data structures:
AlgorithmsCurrently library supports following algorithms:
SearchVarious Searching algorithms:
Various Sorting algorithms:
MathVarious Math algorithms:
StringVarious String algorithms:
GeometryVarious Geometry algorithms:
DevelopmentRun:
$ git clone https://github.com/manrajgrover/algorithms-js.git $ cd algorithms-js $ npm install
This will setup the library dependencies for you.
To run tests, run
$ npm run test
To lint your code, run
$ npm run lint
To generate test coverage, run
$ npm run report
To build docs, run
$ npm run docs
To build for browser, run
$ npm run build-devGet in touch
Say hi on twitter
LicenseMIT © Manraj Singh
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4