Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 581 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 581 Bytes

Sorting

Sorting algorithms with visualisation

Built With

Version

1.0

Algorithms

There are available several algorithms:

  • Bitonic sort
  • Bubble sort
  • Coctail sort
  • Comb sort
  • Cycle sort
  • Heap sort
  • Insertion sort
  • Iterative quick sort
  • Merge sort
  • Odd-Even sort
  • Pancake sort
  • Quick sort
  • Recursive bubble sort
  • Recursive insertion sort
  • Recursive merge sort
  • Selection sort
  • Shell sort
  • Stooge sort

License

This project is licensed under the MIT License - see the LICENSE.md file for details