Hello guys please help me make a scheduling algorithm for a restaurant delivery.
Suppose you only have 2 delivery man.. A pseudo code may help. thank you
Printable View
Hello guys please help me make a scheduling algorithm for a restaurant delivery.
Suppose you only have 2 delivery man.. A pseudo code may help. thank you
Sure thing.
Okay, you need to write a scheduling algorithm which helps with a delivery service.
Next step: Implementation.
Here's some pseudo code:
if(foodOrdered) deliver.
Hope this helps!! :) :)
...