Skip to content

SyedaRaviaEjaz/Sorting-Algorithm-Visualizer

Repository files navigation

Sorting-Algorithms

This sorting visualizer is a user-friendly GUI interface that would allow the user to view the steps of different sorting algorithms through proper visualization of the sort. It has two main features:

  1. Random numbers generation in the range of one to ten thousand
  2. running time of the algorithm is displayed at the end of the sort to note which algorithm is better 10 Different sorting algorithms such as:
  3. Bucket Sort
  4. Insertion Sort
  5. Radix Sort
  6. Bubble Sort
  7. Counting Sort
  8. Random Sort
  9. Quick Sort
  10. Merge Sort
  11. Heap Sort
  12. Hybrid-Quick Sort

are implemented using HTML, CSS and NodeJS.

About

This is a web application of sorting algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published