Skip to content

fox000002/clever_algorithms_js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clever_algorithms Build Status

Clever Algorithms in JS.

Getting Started

Install the module with: npm install clever_algorithms_js

var rs = require('clever_algorithms_js').random_search;
rs.run();

Documentation

(Coming soon)

Examples

var rs = require('clever_algorithms_js').random_search;
rs.run();

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

(Nothing yet)

License

Copyright (c) 2014 Yuansi Hu
Licensed under the MIT license.

About

Clever Algorithms in node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published