A simple application that sorts an array using either quick sort or insertion sort method, and after that, searches for a value in this array using binary search. Other sort methods will be added to the project further.
To run the application it is necessary to have installed nodejs and npm under your machine
Run node index.js
at the project root folder