Skip to content

imnemo/AlgorithmJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlgorithmJS

build status

Implement some algorithm using javascript

Use && Dev

Fork or clone to your local ENV

git clone https://github.com/imnemo/AlgorithmJS.git  
cd AlgorithmJS  
npm install ./

To add new algorithm script, please use the code template lib/algorithm.tpl.js

Add your test script to the folder test, use test. for the prefix when naming your script. This is for Node. As to testing in browser, just include your test script in test_in_browser/index.html. You know how to make it to work.

Test

//for Node
npm test or make test

//for browser
open ./test_in_browser/index.html

Todo

  1. Combine and compress the algorithm scripts in lib automatically for distributtion
  2. Commit npm module
  3. ...

Welcome to fork the project and pull your request!

Bitdeli Badge

About

Implement some algorithm using javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages