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