• Stars
    star
    1
  • Language
    C
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Consider that a system has P resources of same type. These resources are shared by Q processes time to time. All processes request and release the resources one at a time.Generate a solution to demonstrate that, the system is in safe state when following conditions are satisfied. Conditions: 1. Maximum resource need of each process is between 1 and P. 2. Summation of all maximum needs is less than P+Q