mirror of
https://github.com/krahets/hello-algo.git
synced 2026-05-04 11:25:01 +08:00
Add array_queue.rs in chapter_stack_and_queue (#359)
* array_stack.rs * array_queue.rs * Update Cargo.toml * Create array_queue.rs * Delete array_queue.rs * Add array_queue.rs in chapter_stack_and queue * Update array_queue.rs --------- Co-authored-by: wsl <wslzzy@qq.com>
This commit is contained in:
@@ -64,5 +64,10 @@ path = "chapter_sorting/bubble_sort.rs"
|
||||
name = "array_stack"
|
||||
path = "chapter_stack_and_queue/array_stack.rs"
|
||||
|
||||
# Run Command: cargo run --bin array_queue
|
||||
[[bin]]
|
||||
name = "array_queue"
|
||||
path = "chapter_stack_and_queue/array_queue.rs"
|
||||
|
||||
[dependencies]
|
||||
rand = "0.8.5"
|
||||
rand = "0.8.5"
|
||||
|
||||
Reference in New Issue
Block a user