There was an error while loading. Please reload this page.
1 parent 255714d commit 4a86628Copy full SHA for 4a86628
README.md
@@ -1,2 +1,8 @@
1
-# Bankers-Algorithm
2
-C++ Program to Simulate Banker's Algorithm
+# Banker's-Algorithm
+
3
+We have made a program using C++ which can be executed for different process to find out if deadlock happens or not.
4
+User can also try to change constraints like initial resources, allocated or max resources of a process.
5
6
+<center>
7
+ <img src="images/output.png" align="center">
8
+</center>
0 commit comments