mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 13:31:07 +00:00
7e26755140
Front variable is added so that dequeue can be done any number of times.Without front,it displays only self.entries[0] as dequeued. |
||
---|---|---|
.. | ||
__init__.py | ||
QueueOnList.py | ||
QueueOnPseudoStack.py |