Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 634 Bytes

File metadata and controls

19 lines (18 loc) · 634 Bytes

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.