Skip to content

edshadi/crackingJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##CrackingJS ###Data Structures and Algorithms in Javascript For fun and giggles, test-driven data structures and algorithms implementations in Javascript.

####Run the code and test This project uses Mocha and Chai for testing:

#####Install dependencies:

npm install -g mocha
npm install -g chai

#####Run tests:

mocha --recursive

####Contribute? (Please do!) Submit a pull request to:

  • Make the code and test better.
  • Add new implementation.

Everything must be tested, as much as possible, try to test-drive it, it's part of the fun.

File an issue to:

  • Disagree with an implementation I have.
  • Point out a bug in the code.
  • Suggestions for specific data structure or algorithm implementation.

About

Data Structures and Algorithms in Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published