mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-02 10:13:00 +08:00
Bug fixes and improvements (#1133)
* Bug fixes * Update the figure of the JD link * Unify the code comments of insertion_sort
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
que.append(4)
|
||||
|
||||
# 访问队首元素
|
||||
front: int = que[0];
|
||||
front: int = que[0]
|
||||
|
||||
# 元素出队
|
||||
pop: int = que.popleft()
|
||||
|
||||
Reference in New Issue
Block a user