SHORTEST-JOB-FIRST , PRIORITY , ROUND ROBIN

I need the idea of each of the above algorithms as flow chart???

please help me :sad:

Recommended Answers

All 4 Replies

I dont do computer science, but from common sense:

SHORTEST JOB FIRST: arrange jobs in order of execution time, process in that order
PRIORITY: assign a priority to each job, process in order of priority (low to high OR high to low :) 2 ways )
ROUND ROBIN: dontknow!!! someone else on this forum is asking about round robin, they might be able to help... :)

plz help me in this program

Can anyone send to me the code of Shortest Job Next , please ?

Um, why don't you write it yourself?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.