mirror of
https://github.com/krahets/hello-algo.git
synced 2025-01-23 06:00:27 +08:00
1a8b4f6364
According to PEP 8, "Comparisons to singletons like None should always be done with is or is not, never the equality operators." |
||
---|---|---|
.. | ||
array_deque.py | ||
array_queue.py | ||
array_stack.py | ||
deque.py | ||
linkedlist_deque.py | ||
linkedlist_queue.py | ||
linkedlist_stack.py | ||
queue.py | ||
stack.py |