Open mansadixit opened 2 years ago
What is banker's algorithm??
Who will mention and what you are doing in the code
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.
I have added Banker's Algorithm Problem in C++. Kindly consider the pull request.