prksort 0.1.0

This is an implementation of the Merge Sort and Quick Sort algorithms in Rust
Documentation
1
2
3
pub mod mergesort;

pub mod quicksort;