mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-29 11:27:13 +00:00
✨ feat(rust/tree): add binary_tree_bfs, binary_tree_dfs, (#450)
* ✨ feat(rust/tree): add binary_tree_dfs * ✨ feat(rust/tree): add binary_tree_bfs * 🐞 fix(rust/tree): can't list to any kind of tree
This commit is contained in:
@@ -124,6 +124,16 @@ path = "chapter_stack_and_queue/array_stack.rs"
|
||||
name = "array_queue"
|
||||
path = "chapter_stack_and_queue/array_queue.rs"
|
||||
|
||||
# Run Command: cargo run --bin binary_tree_bfs
|
||||
[[bin]]
|
||||
name = "binary_tree_bfs"
|
||||
path = "chapter_tree/binary_tree_bfs.rs"
|
||||
|
||||
# Run Command: cargo run --bin binary_tree_dfs
|
||||
[[bin]]
|
||||
name = "binary_tree_dfs"
|
||||
path = "chapter_tree/binary_tree_dfs.rs"
|
||||
|
||||
# Run Command: cargo run --bin binary_tree
|
||||
[[bin]]
|
||||
name = "binary_tree"
|
||||
|
||||
Reference in New Issue
Block a user