Sorting Visualizer
  • Generate New Array
  • Array Size
  • Algorithm Speed
  • Sorting Algorithms
    Bubble Sort Heap Sort Insertion Sort Merge Sort Quick Sort Selection Sort
BlueBlue Depicts unsorted array element
BlueBlue Depicts array element at its correct position
BlueBlue Depicts comparison and swapping between array elements
BlueBlue Depicts the array element which is currently being processed by the algorithm
BlueBlue Depicts unsorted array element
BlueBlue Depicts array element at its correct position
BlueBlue Depicts comparison and merging between two sorted parts of the array
BlueBlue Depicts the partitions in the array