This project contains the implementation of most important algorithms in node.js.
To use the algorithms follow the steps:
- clone the repository
- cd nodealgorithms 3.Type npm install to install required modules. 4.Now you can run any algorithm by typing node filename.js