Tower Interview Question
What are Scheduling algorithms? Name and explain a few of them. What is Priority Scheduling and how is it implemented? Given that you have to implement Priority Scheduling and you know process A has higher priority than process B: How can you incorporate it into the algorithm? - The last part was asked in a bit ambiguous way: Although I was able to answer it: Answer was very intuitive. Use an integer to represent the priority of a process and sort based on that.
Unlock the Full Solution
Enter your email to get instant access to the complete solution, explanation, and similar practice problems.