#sorting #algorithm #purely #educational #learning #merge #insertion

rust-sort

Implementation of common sorting algorithms, purely for learning

5 releases

Uses old Rust 2015

0.1.4 Jul 22, 2018
0.1.3 Jul 18, 2018
0.1.2 Jul 15, 2018
0.1.1 Jul 15, 2018
0.1.0 Jul 13, 2018

#1542 in Algorithms

MIT license

11KB
175 lines

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
  • quick sort

TODO

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

lib.rs:

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

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

TODO

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

No runtime deps