mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-04 19:20:52 +08:00
Release Rust code to documents. (#656)
This commit is contained in:
@@ -212,4 +212,4 @@ fn main() {
|
||||
/* 判断双向队列是否为空 */
|
||||
let is_empty = deque.is_empty();
|
||||
print!("\n双向队列是否为空 = {}", is_empty);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user