rust-sort 0.1.3

Implementation of common sorting algorithms, purely for learning.
Documentation

rust-sort

A collection of sorting algorithms implemented in rust purely for educational purposes

Documentation.

sorts

  • bubble sort
  • cocktail sort
  • selection sort
  • insertion sort
  • merge sort

TODO

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