Finetune Rust code.

This commit is contained in:
krahets
2023-07-26 10:01:49 +08:00
parent 06006c58a2
commit 60162f6fa8
18 changed files with 29 additions and 25 deletions
+1 -1
View File
@@ -70,4 +70,4 @@ fn main() {
);
println!("\n输入列表并建立小顶堆后");
print_util::print_heap(min_heap.iter().map(|&val| min_heap_flag * val).collect());
}
}