Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 463 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 463 Bytes

Sorting Visualizer

This small application, which is built using Vue.js, gives us the ability to visualize and play around with different sorting algorithms. Building following application helped me to dive deeper and understand sorting algorithms better. Feel free to check the visualizer here.

Algorithms used:

  • Bubble sort
  • Heap sort
  • Merge sort
  • Quick sort
  • Selection sort