mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-05 03:30:30 +08:00
Finetune Rust code.
This commit is contained in:
@@ -116,6 +116,7 @@ impl ArrayDeque {
|
||||
}
|
||||
}
|
||||
|
||||
/* Driver Code */
|
||||
fn main() {
|
||||
/* 初始化双向队列 */
|
||||
let mut deque = ArrayDeque::new(10);
|
||||
|
||||
Reference in New Issue
Block a user