AlgorithmJS =========== Node.js implement of some base algorithm and base data-structure. Contains ----------- + Data Structure - Link List - ... + Algorithm - ~~Quick Sort~~ - ... Usage ----------- ```shell $ npm install algorithmjs ``` ### Link List Reference at [tester](https://github.com/XadillaX/algorithmjs/blob/master/test/ds/linklist.js). ### ~~Quick Sort (Deprecated)~~ ~~Reference at [tester](https://github.com/XadillaX/algorithmjs/blob/master/test/algo/qsort.js).~~ Contributors ----------- ... in lexicographical order: + ... Your name is missing on the list? Shame on me. Please open an issue. Bugs and Contributions ----------- If you find a bug, please report it using the [issue tracker](https://github.com/XadillaX/algorithmjs/issues).