mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-11 11:20:58 +00:00
Finetune Rust code.
This commit is contained in:
@@ -70,4 +70,4 @@ fn main() {
|
||||
);
|
||||
println!("\n输入列表并建立小顶堆后");
|
||||
print_util::print_heap(min_heap.iter().map(|&val| min_heap_flag * val).collect());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user