mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-24 02:03:10 +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