Crate rusty_sorts

Source
Expand description

A crate that contains some basic sorting algorithms.

Functionsยง

  • A function for sorting an array of integers with insertion sort.