Quick Sort Algorithm
A simple, generic implementation of the quick sort algorithm in Rust.
Usage
1. Add as a Dependency
Add the following to your Cargo.toml:
[]
= "0.1.5"
Replace the version with the latest published version if needed.
2. Import and Use
use quick_sort;
Features
- Generic: Works with any type that implements
Ord. - No dependencies.
License
MIT