data-structures-algorithms-python icon indicating copy to clipboard operation
data-structures-algorithms-python copied to clipboard

Update food_ordering_system.py

Open Niroshan-Selvaraj opened this issue 4 years ago • 0 comments

while True => doesn't seem to break the loop. when the queue is empty, order = None and it's going infinite like the below: Queue is empty Now serving: None Queue is empty Now serving: None Queue is empty Now serving: None Queue is empty Now serving: None Queue is empty Now serving: None

hence proposing a change

Niroshan-Selvaraj avatar Jun 18 '21 13:06 Niroshan-Selvaraj