|
1 | | -[js-algo](http://aureooms.github.io/js-algo) |
| 1 | +[js-data-structures](http://aureooms.github.io/js-data-structures) |
2 | 2 | ==== |
3 | | -[](https://gitter.im/aureooms/js-algo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
| 3 | +[](https://gitter.im/aureooms/js-data-structures?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
4 | 4 |
|
5 | 5 | Playground for algorithmic code bricks in JavaScript. |
6 | 6 |
|
7 | | -[](https://raw.githubusercontent.com/aureooms/js-algo/master/LICENSE) |
8 | | -[](https://www.npmjs.org/package/aureooms-js-algo) |
9 | | -[](http://bower.io/search/?q=aureooms-js-algo) |
10 | | -[](https://travis-ci.org/aureooms/js-algo) |
11 | | -[](https://coveralls.io/r/aureooms/js-algo) |
12 | | -[](https://david-dm.org/aureooms/js-algo#info=dependencies) |
13 | | -[](https://david-dm.org/aureooms/js-algo#info=devDependencies) |
14 | | -[](https://codeclimate.com/github/aureooms/js-algo) |
15 | | -[](https://www.npmjs.org/package/aureooms-js-algo) |
16 | | -[](https://github.com/aureooms/js-algo/issues) |
| 7 | +[](https://raw.githubusercontent.com/aureooms/js-data-structures/master/LICENSE) |
| 8 | +[](https://www.npmjs.org/package/aureooms-js-data-structures) |
| 9 | +[](http://bower.io/search/?q=aureooms-js-data-structures) |
| 10 | +[](https://travis-ci.org/aureooms/js-data-structures) |
| 11 | +[](https://coveralls.io/r/aureooms/js-data-structures) |
| 12 | +[](https://david-dm.org/aureooms/js-data-structures#info=dependencies) |
| 13 | +[](https://david-dm.org/aureooms/js-data-structures#info=devDependencies) |
| 14 | +[](https://codeclimate.com/github/aureooms/js-data-structures) |
| 15 | +[](https://www.npmjs.org/package/aureooms-js-data-structures) |
| 16 | +[](https://github.com/aureooms/js-data-structures/issues) |
17 | 17 |
|
18 | 18 |
|
19 | 19 | This project is just a playground for any algorithm / procedure, data structure |
20 | 20 | that doesn't fit in any of those project, |
21 | 21 |
|
22 | | - - [aureooms/js-algo](https://github.com/aureooms/js-algo) : playground for algorithmic code bricks in JavaScript |
| 22 | + - [aureooms/js-data-structures](https://github.com/aureooms/js-data-structures) : playground for algorithmic code bricks in JavaScript |
23 | 23 | - [aureooms/js-array](https://github.com/aureooms/js-array) : array manipulation code bricks for JavaScript |
24 | 24 | - [aureooms/js-bit](https://github.com/aureooms/js-bit) : bit twiddling hacks code bricks for JavaScript |
25 | 25 | - [aureooms/js-bst](https://github.com/aureooms/js-bst) : binary search tree code bricks in JavaScript |
@@ -91,3 +91,5 @@ Other reference: |
91 | 91 | - http://en.wikipedia.org/wiki/Disjoint-set_data_structure |
92 | 92 | - http://en.wikipedia.org/wiki/Partition_refinement |
93 | 93 | - http://cglab.ca/publications.html |
| 94 | + |
| 95 | +***( forked from [js-algo](https://github.com/aureooms/js-algo) )*** |
0 commit comments