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 {
|
if list.len() > 1 {
|
||||||
println!("before partition: {:?}", res);
|
println!("before partition: {:?}", res);
|
||||||
let pivot = lomuto_partition(list, &mut res);
|
let pivot = lomuto_partition(list, &mut res);
|
||||||
println!("after partition: {:?}", res);
|
|
||||||
|
|
||||||
if print {
|
if print {
|
||||||
println!("pivot = {pivot}:");
|
println!("pivot = {pivot}:");
|
||||||
|
|
Loading…
Reference in a new issue