Skip to content
💻 JavaScript implementation of different computer science algorithms.
JavaScript
Branch: master
Clone or download

Latest commit

krzysztof-grzybek and mgechev Minimax implementation (#171)
* minimax

* remove blank line

Co-Authored-By: Minko Gechev <mgechev@gmail.com>

* cr fixes

* simple game tests added

Co-authored-by: Minko Gechev <mgechev@gmail.com>
Latest commit 01caa0d Apr 27, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src Minimax implementation (#171) Apr 27, 2020
test Minimax implementation (#171) Apr 27, 2020
.eslintrc.json Allow comparator function to remove complex data from LinkedList. Als… Aug 19, 2019
.gitignore selectionsort - decrease outer loop iteration and remove extra variab… Nov 8, 2019
.travis.yml update build and test scripts (#143) Oct 14, 2018
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md Jan 3, 2019
LICENSE Create LICENSE Dec 31, 2018
doc-config.json Added the Burrows-Wheeler algorithm. (#145) Dec 11, 2018
gulpfile.js Switch from gulp to npm for doc generation Dec 22, 2017
package-lock.json Fix spelling (#154) Jun 30, 2019
package.json update build and test scripts (#143) Oct 14, 2018
readme.md docs: update the list of contributors Jan 13, 2020
yarn.lock Bump js-yaml from 3.13.0 to 3.13.1 (#160) Nov 7, 2019

readme.md

About

Build Status

This repository contains JavaScript implementations of 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

This will execute all *.spec.js files.

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. Afterwards, push your changes in branch. The name will be according to the changes you did. Initiate the pull request.

Make sure your 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 for the tests and jshint validation to run successfully. Then create a pull request.

Contributors

mgechev AndriiHeonia Jakehp lygstate mik-laj jeremyckahn
mgechev AndriiHeonia Jakehp lygstate mik-laj jeremyckahn
krzysztof-grzybek pvoznenko jettcalleja filipefalcaos kdamball lekkas
krzysztof-grzybek pvoznenko jettcalleja filipefalcaos kdamball lekkas
infusion deniskyashif brunohadlich designeng Microfed Nirajkashyap
infusion deniskyashif brunohadlich designeng Microfed Nirajkashyap
pkerpedjiev Xuefeng-Zhu dependabot[bot] emyarod alexjoverm amilajack
pkerpedjiev Xuefeng-Zhu dependabot[bot] emyarod alexjoverm amilajack
BorislavBorisov22 brunob15 BryanChan777 ysharplanguage jurassix fisenkodv
BorislavBorisov22 brunob15 BryanChan777 ysharplanguage jurassix fisenkodv
contra liesislukas marrcelo millerrach xiedezhuo DengYiping
contra liesislukas marrcelo millerrach xiedezhuo DengYiping
fanixk miyes90 shaunak1111
fanixk miyes90 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.