mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-01 04:18:40 +00: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.