Banker's Algorithm in operating system |Deadlock Avoidance|LearnTopicWise
Banker’s Algorithm in Operating System- Deadlock avoidance The banker’s algorithm is a resource allocation and deadlock avoidance algorithm that tests for safety by simulating the allocation for predetermined maximum possible amounts of all resources, then makes a “safe-state” check to test for possible activities, before deciding whether allocation should be allowed to continue.