Skip to content

Diksha628/Visualiser_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡Sorting Algorithm Visualiser

Demo

✨Contents and Algorithms

There are 4 views included , the Home page , Theory page , Practice Page and Visualiser Page. The Theory and Practice page provide related and brief study material and to do questions for some selected algorithms like bubble sort , merge sort , insertion sort , heap sort , Dijkstra shortest path algorithm. The visualiser helps in better understanding these algorithms , currently it has merge sort and bubble sort visualisers only.

❓How to Use:

  • On the Theory and Practice page , there is a side navbar with algorithms name on it.
  • Choose the algorithm you want and the content related to it will be rendered.
  • For the visualiser , create a new array which will be sorted , by clicking on Generate New Array button.
  • Pick the desired algorithm.
  • The array will be sorted according to the chosen algorithm , with the indices being compared int one color ,initial array in another , and final array in a different one.

💢To-do:

  • update UI
  • Add more Practice problems to each category
  • Add Path Finding Visualiser
  • Add size and range of array feature

About

Sorting Algorithm Visualiser using React js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •