Computer Science, asked by santoshpadhi1616, 1 year ago

Write a multithreaded program that implements the banker's algorithm. create n threads that request and release resources from the bank. the banker will grant the request only if it leaves the system in a safe state. it is important that shared data be safe from concurrent access. to ensure safe access to shared data, you can use mutex locks

Answers

Answered by JAKE23
0
santosh do it by yourself...johnny
Similar questions