rust-sort 0.1.0

Implementation of common sorting algorithms, purely for learning.
Documentation

rust-sort

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

sorts

  • bubble sort
  • selection sort
  • insertion sort

TODO

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