mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-02-02 10:28:05 +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.