Crate rust_sort[][src]

rust_sort is a collection of sorting algorithms implemented purely for educational purposes.

  • bubble sort
  • selection sort
  • insertion sort

TODO

  • cocktail sort
  • merge sort
  • quick sort
  • tim sort
  • heap sort
  • counting sort
  • bucket sort
  • radix sort
  • bogo sort
  • sleep sort

Modules

bubble_sort
insertion_sort
selection_sort

Traits

Sortable