Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.23 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.23 KB

Sorting Algorithm Visualizer

This project is a web app that runs Bubble Sort, Heap Sort, Insertion Sort, Merge Sort, Modified Quick Sort, In-Place Quick Sort, and Selection Sort. You can view the completed project here. To view the time complexity analysis, click the "Time Complexity Analysis" button and wait about a minute for the analysis to complete. Main Screen Time Complexity Analysis

React Info

This project was bootstrapped with Create React App. In the project directory, you can run: npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console. npm run deploy

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
After building the app is deployed.

See the section about deployment for more information.