sortr 0.1.2

Sorting algorithm implementations.
Documentation

sortr

A collection of sorting algorithm implementations in Rust.

  • bogo
  • bubble
  • heap
  • insertion
  • merge