Minimum Average Waiting Time

  • + 0 comments

    I think this concept is used in Shortest Job First CPU scheduling algorithm. Scheduling for real life situation is a NP hard problem. This algo is one of the best scheduling algorithms.

    Thanks for the problem Hackerrank, you gave an opportunity to solve a useful problem.