mirror of
https://github.com/krahets/hello-algo.git
synced 2026-02-12 07:05:42 +08:00
build
This commit is contained in:
@@ -48,7 +48,7 @@ comments: true
|
||||
que.append(4)
|
||||
|
||||
# 访问队首元素
|
||||
front: int = que[0];
|
||||
front: int = que[0]
|
||||
|
||||
# 元素出队
|
||||
pop: int = que.popleft()
|
||||
|
||||
Reference in New Issue
Block a user