python-ds icon indicating copy to clipboard operation
python-ds copied to clipboard

Queue.get() logic is slow and unnecessary

Open huzaifarehman1 opened this issue 3 months ago • 0 comments

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

huzaifarehman1 avatar Sep 14 '25 06:09 huzaifarehman1