Skip to content

A simple application that sorts an array using quick sort either insertion sort method, and after that, searches for a value in this array using binary search

License

Notifications You must be signed in to change notification settings

matheusdsb/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algorithms

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.

Prerequisites

To run the application it is necessary to have installed nodejs and npm under your machine

Running

Run node index.js at the project root folder

About

A simple application that sorts an array using quick sort either insertion sort method, and after that, searches for a value in this array using binary search

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published