• Stars
    star
    211
  • Rank 186,867 (Top 4 %)
  • Language
    Java
  • License
    MIT License
  • Created over 10 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Visualization and comparison of sorting algorithms

SortingAlgorithmAnimations

Watch video http://youtu.be/ZZuD6iUe3Pc

Download binary .jar: http://bohush.net/sorting.jar

Visualization and comparison of 9 different sorting algorithms:

  • selection sort
  • shell sort
  • insertion sort
  • merge sort
  • quick sort
  • heap sort
  • bubble sort
  • comb sort
  • cocktail sort

The algorithms are used in 4 types of input data:

  • random
  • few unique
  • reversed
  • almost sorted

License

See the LICENSE file for license rights and limitations (MIT).