This source code implements the basic sorting algorithms to understand the fundamental of data structure, how we can sort a list of data array in several ways.
- Bubble Sort has complexity
O(n^2) - Selection Sort
- Insertion Sort
- Quick Sort
- Merge Sort
After the project is cloned on your local machine, navigate to the project and then run npm start, in case npm has an issue due to the version or react script, simply remove the node_modules and package-lock.json, finally run npm install, you should have a new fresh version of node modules. Run on your command prompt npm start again, and check on the browser with this address bar: 'localhost:3000'