mirror of
https://github.com/krahets/hello-algo.git
synced 2026-02-13 07:35:47 +08:00
Finetune Rust code.
This commit is contained in:
@@ -82,6 +82,7 @@ impl ArrayQueue {
|
||||
}
|
||||
}
|
||||
|
||||
/* Driver Code */
|
||||
fn main() {
|
||||
/* 初始化队列 */
|
||||
let capacity = 10;
|
||||
|
||||
Reference in New Issue
Block a user