mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 12:56:32 +08:00
3858048d0f
* 更新队列的链表实现中 self.__front 判空的方式 self.__front 初始化为 None, 元素入队判断队列是否为空,延用头节点的初始化值 None 而不是 0 * Update linkedlist_queue.py --------- Co-authored-by: Yudong Jin <krahets@163.com> |
||
---|---|---|
.. | ||
array_queue.py | ||
array_stack.py | ||
deque.py | ||
linkedlist_queue.py | ||
linkedlist_stack.py | ||
queue.py | ||
stack.py |