/visual-sort-web

Visual representation of sorting algorithms in JavaScript.

Primary LanguageJavaScript

Visual Sort Web Edition

User-friendly application that just sorts a random list of rectangles. Try it out here.

Launch

  1. Clone/download repository
  2. Navigate to downloaded folder
  3. Double-click index.html to open on browser of your choice :)

Features

  • Available sorting algorithms:
    • Bubble Sort
    • Selection Sort
    • Insertion Sort
    • Heap Sort
    • Quick Sort
    • Merge Sort
  • Shuffle button to shuffle the order of the same list
  • Slider at the bottom that changes the size of the list
  • While sorting, unsorted elements will be red and sorted elements will be green

Screenshots

Screenshot Screenshot