SHIT
This commit is contained in:
parent
22306fdfc7
commit
53e0aaa31d
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ fn main() -> io::Result<()> {
|
|||
dual_pivot_results_large.insert(n, vec![]);
|
||||
for _ in 0..k {
|
||||
quick_results_large.get_mut(&n).unwrap().push(quick_sort(&mut gen_rand(n), false));
|
||||
dual_pivot_results_large.get_mut(&n).unwrap().push(quick_sort(&mut gen_rand(n), false));
|
||||
dual_pivot_results_large.get_mut(&n).unwrap().push(dual_pivot_quick_sort(&mut gen_rand(n), false));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue