mirror of
https://github.com/krahets/hello-algo.git
synced 2025-12-19 07:17:54 +08:00
feat: modify some Dart codes and add Dart code blocks to the docs (#543)
This commit is contained in:
@@ -27,7 +27,6 @@ void main() {
|
||||
print("元素 1 队首入队后 deque = $deque");
|
||||
|
||||
/* 元素出队 */
|
||||
|
||||
final int popLast = deque.removeLast();
|
||||
print("队尾出队元素 = $popLast,队尾出队后 deque = $deque");
|
||||
final int popFirst = deque.removeFirst();
|
||||
|
||||
Reference in New Issue
Block a user