Competitive-Coding-Section icon indicating copy to clipboard operation
Competitive-Coding-Section copied to clipboard

Added Bankers Algorithm Problem

Open mansadixit opened this issue 3 years ago • 3 comments
trafficstars

I have added Banker's Algorithm Problem in C++. Kindly consider the pull request.

mansadixit avatar Oct 04 '22 06:10 mansadixit

What is banker's algorithm??

MilindGupta-Creator avatar Oct 04 '22 18:10 MilindGupta-Creator

Who will mention and what you are doing in the code

MilindGupta-Creator avatar Oct 04 '22 18:10 MilindGupta-Creator

Banker's Algorithm is a part of Operating Systems used to remove deadlocks. It is often used case in the form of Job Sequencing. I'll add comments in the code to make it clearer.

mansadixit avatar Oct 04 '22 18:10 mansadixit