Skip to content

Commit 4a86628

Browse files
authored
Update README.md
1 parent 255714d commit 4a86628

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1-
# Bankers-Algorithm
2-
C++ Program to Simulate Banker's Algorithm
1+
# Banker's-Algorithm
2+
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

Comments
 (0)