0.1.3 • Published 10 years ago

clever_algorithms_js v0.1.3

Weekly downloads
6
License
-
Repository
github
Last release
10 years ago

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.

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago