aditya-190 / Sorting-Algorithm-Visualiser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting Algorithm Visualiser

Sorting Algorithm Visualiser

πŸ“œ Description:

  • Sorting Algorithm Visualizer is built using javascript for popular algorithms.

  • This repo is an attempt to help in learning popular sorting algorithms by visualization.

  • This includes the best UI to make the learning even more clearer and effective.

  • We can Generate random array of numbers of sorting.

  • Also we can change the size and speed of the algorithm execution.

  • This application supports the following sorting algorithms:

    • Selection Sort.
    • Insertion Sort.
    • Bubble Sort.
    • Merge Sort.
    • Quick Sort.
    • Heap Sort.
  • More Features to be added in future:

    • Swap Counter.
    • Comparision Counter.
    • Estimated Time taken by the algorithm.
    • Pause, Play and Reset algorithm.

🌎 Deployed Website:

https://aditya-190.github.io/Sorting-Algorithm-Visualiser/

πŸ“½ Sample Demo:

Sorting.mov

πŸ— Built With:

  • JavaScript (JQuery)
  • CSS3
  • HTML5

πŸ’₯ How to Contribute?

PRs Welcome Open Source Love svg2

  • Take a look at the Existing Issues or create your own Issues!
  • Wait for the Issue to be assigned to you after which you can start working on it.
  • Fork the Repo and create a Branch for any Issue that you are working upon.
  • Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
  • Add Screenshots to help me know what this Code is all about.

πŸ‘¦ Developed By:

Aditya Bhardwaj

   

About


Languages

Language:JavaScript 79.6%Language:CSS 12.9%Language:HTML 7.5%