Skip to content

Jnanashish/Banker-s-algorithm-Operating-System-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Banker-s-algorithm-Operating-System-

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.

About

Assignment of operating system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages