Skip to content

removedxuser/Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualizer Web Application

A web application to visualize various sorting algorithms. Core rendering and visualizations are handled by canvas2d. React, Material UI & React Router are used as supporting libraries to handle other aspects of this spa.

Algorithms Currently Implemented

  1. Merge Sort
  2. Bubble Sort
  3. Insertion Sort
  4. Heap Sort

Running the app

npm install
npm start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT