The Wayback Machine - https://web.archive.org/web/20190322165819/https://github.com/mgechev/javascript-algorithms
Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
JavaScript implementation of different computer science algorithms. https://mgechev.github.io/javascript-…
Branch: master
Clone or download
DengYiping and mgechev [feature] add probablistic data structure bloomfilter (#151)
* add probablistic data structure bloomfilter

* Use Error in the code, change comment style, update bitmap interfaces
Latest commit 2db78a4 Mar 11, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src [feature] add probablistic data structure bloomfilter (#151) Mar 11, 2019
test [feature] add probablistic data structure bloomfilter (#151) Mar 11, 2019
.eslintrc.json
.gitignore
.travis.yml update build and test scripts (#143) Oct 14, 2018
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md Jan 3, 2019
LICENSE
doc-config.json Added the Burrows-Wheeler algorithm. (#145) Dec 11, 2018
gulpfile.js
package-lock.json Update package-lock.json Dec 22, 2017
package.json update build and test scripts (#143) Oct 14, 2018
readme.md

readme.md

About

Build Status

This repository contains JavaScript implementations of different famous Computer Science algorithms.

API reference with usage examples available here.

Development

To install all dev dependencies

Call:

npm install

To setup repository with documentation

npm run doc

This will build the documentation and open it in your browser.

To update .html files with documentation

Just run npm run doc again.

To run tests

Call:

npm run test

and all *.spec.js files will be executed.

To deploy documentation site

npm run deploy

This requires you to have commit access to your Git remote.

Contributions

Fork the repo and make required changes. After that push your changes in branch, which is named according to the changes you did. Initiate the PR.

Make sure you're editor makes validations according to the .jshintrc in the root directory of the repository.

Before pushing to the repository run:

npm run build

If the build is not successful fix your code in order the tests and jshint validation to run successfully and after that create a pull request.

Contributors

mgechev AndriiHeonia Jakehp lygstate mik-laj jeremyckahn
mgechev AndriiHeonia Jakehp lygstate mik-laj jeremyckahn
krzysztof-grzybek pvoznenko jettcalleja kdamball lekkas infusion
krzysztof-grzybek pvoznenko jettcalleja kdamball lekkas infusion
deniskyashif filipefalcaos designeng Microfed pkerpedjiev Xuefeng-Zhu
deniskyashif filipefalcaos designeng Microfed pkerpedjiev Xuefeng-Zhu
emyarod contra alexjoverm BorislavBorisov22 brunohadlich ysharplanguage
emyarod contra alexjoverm BorislavBorisov22 brunohadlich ysharplanguage
jurassix amilajack liesislukas millerrach xiedezhuo fanixk
jurassix amilajack liesislukas millerrach xiedezhuo fanixk
miyes shaunak1111
miyes shaunak1111

License

The code in this repository is distributed under the terms of the MIT license.

You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.