mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-01-27 10:03:48 +08:00
Front variable is added so that dequeue can be done any number of times.Without front,it displays only self.entries[0] as dequeued.
Front variable is added so that dequeue can be done any number of times.Without front,it displays only self.entries[0] as dequeued.