Banker's Algorithm


Banker's Algorithm important points:


• Designed by Edsger Dijkstra.

• Its a resource allocation and deadlock avoidance algorithm testing for safety by simulating the allocation for predetermined maximum possible amounts of all resources.

• This algorithm can be seen being implemented in Banking System for sanctioning loans.