didn't add to the last commit wtf
This commit is contained in:
parent
85950a35b0
commit
7efd7621d1
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ pub fn quick_sort(list: &mut [u64], print: bool) -> SortResult {
|
|||
let mut res = SortResult::default();
|
||||
|
||||
if list.len() > 1 {
|
||||
println!("before partition: {:?}", res);
|
||||
let pivot = lomuto_partition(list, &mut res);
|
||||
|
||||
if print {
|
||||
|
|
Loading…
Reference in a new issue