mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-13 18:00:18 +08:00
Update Dart code to output same as Java (#522)
This commit is contained in:
@@ -138,7 +138,7 @@ void main() {
|
||||
|
||||
/* 获取双向队列的长度 */
|
||||
final int size = deque.size();
|
||||
print("双向队列的长度 size = $size");
|
||||
print("双向队列长度 size = $size");
|
||||
|
||||
/* 判断双向队列是否为空 */
|
||||
final bool isEmpty = deque.isEmpty();
|
||||
|
||||
Reference in New Issue
Block a user