/Visual-Sort

A visual demonstration of the process undergone by different sorting algorithms

Primary LanguageJavaMIT LicenseMIT

Visual Sort

Description

This program provides a visual demonstration of the process undrgone by different sorting algorithms

Supported Algorithms

  • Selection Sort
  • Bubble Sort
  • Coctail Sort
  • Odd Even Sort
  • Insertion Sort
  • Tim Sort (unfinished)
  • Quick Sort
  • Heap Sort
  • Merge Sort
  • Pigeonhole Sort
  • Radix Sort
  • Bogo Sort

selection

quick

merge