Skip to content

marcinkurka97/sorting-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting visualization app

Simple React.JS app, which will help you understand how particular algorithm work. My app includes:

  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Quick Sort
  • Merge Sort
  • Heap Sort

You can check it in action here https://patinos123.github.io/sorting-app/

Available Scripts

npm run start

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

npm run build

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

About

Sorting algorithms visualization app in React. Preview: https://patinos123.github.io/sorting-app/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published