python-ds
python-ds copied to clipboard
Queue.get() logic is slow and unnecessary
in the queue.py the get function pop the first element and copy all the elements 1 step behing which is not effecient i can make this a O(1) operation please allow me to