Sorts
A small sorting algorithms collection written in Rust for learning purposes.
Algorithms
Below is a list of all implemented sorting algorithms. Algorithms that are not yet crossed are on the todo list.
- Bubble sort
- Merge sort
- Insertion sort
- Selection sort