MilindGupta-Creator / Competitive-Coding-Section

Create sections labbled further in issue section
MIT License
21 stars 71 forks source link

Added Bankers Algorithm Problem #108

Open mansadixit opened 2 years ago

mansadixit commented 2 years ago

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

MilindGupta-Creator commented 2 years ago

What is banker's algorithm??

MilindGupta-Creator commented 2 years ago

Who will mention and what you are doing in the code

mansadixit commented 2 years ago

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.