mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-24 03:56:28 +00:00
Finetune Rust code.
This commit is contained in:
@@ -66,4 +66,4 @@ fn main() {
|
||||
let res = graph_bfs(graph, v[0]);
|
||||
println!("\n广度优先遍历(BFS)顶点序列为");
|
||||
println!("{:?}", vets_to_vals(res));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user