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:
WangSL
2023-02-11 18:03:49 +08:00
committed by GitHub
parent ab0b432fcc
commit ea5677b3c6
2 changed files with 104 additions and 1 deletions

View File

@@ -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"