data-structures-algorithms-python
data-structures-algorithms-python copied to clipboard
Update food_ordering_system.py
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