0
19kviews
Explain data structures used in bankers algorithm
1 Answer
0
1.7kviews

The banker’s algorithm is a method used in deadlock avoidance technique in multiple instances of a resource type.

The various data structures used in it are:

  • Total_resource[ i ]: A 1-D matrix of size m .It stores the total number of resources in a system.
  • Max[i , j ]: A …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.