Skip to content

Sorting algorithms are used to sort a data structure according to a specific order relationship, such as numerical order. Visualizing sorting algorithms can be a great way to better understand their functioning while having fun.

Notifications You must be signed in to change notification settings

hamidfarmani/visualizr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualizr

Sorting algorithms are used to sort a data structure according to a specific order relationship, such as numerical order. Visualizing sorting algorithms can be a great way to better understand their functioning while having fun. This project is about that.

Live version

You can check the live version of this project here.

Running the project

  1. Clone this project locally
  2. Run npm install in your terminal
  3. Run npm start in your terminal

To deploy the app into your GitHub pages, you can run npm run deploy.

Dependencies

  • Mantine is the theming and styling library used in this project.
  • Recharts has been used to visualize the sorting algorithm.

About

Sorting algorithms are used to sort a data structure according to a specific order relationship, such as numerical order. Visualizing sorting algorithms can be a great way to better understand their functioning while having fun.

Topics

Resources

Stars

Watchers

Forks