queues to find minimum time to serve all.
-
I am a beginner in programming and I am trying to solve this problem using queues. I can't seem to come with an idea to solve it. :confused: Can you help please, it is a problem just to learn about how to approach queue problems. :confused:
-
I am a beginner in programming and I am trying to solve this problem using queues. I can't seem to come with an idea to solve it. :confused: Can you help please, it is a problem just to learn about how to approach queue problems. :confused:
The very minimum for you to do is to describe the problem, more than "this problem". Then you should go on to show what you have done, and where you are stuck. You can't expect people to promise to solve your problems when you haven't even told what the problem is!
-
I am a beginner in programming and I am trying to solve this problem using queues. I can't seem to come with an idea to solve it. :confused: Can you help please, it is a problem just to learn about how to approach queue problems. :confused:
-
I am a beginner in programming and I am trying to solve this problem using queues. I can't seem to come with an idea to solve it. :confused: Can you help please, it is a problem just to learn about how to approach queue problems. :confused:
fecomevi wrote:
Can you help please, it is a problem just to learn about how to approach queue problems.
A queue is a FIFO data structure. What exactly are you doing with it? Are you using
std::queue
, or a home-grown version? What code do you have in place so far?"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles