diff --git a/Bankers.txt b/Bankers.txt index 8aa6d58..3b6da26 100644 --- a/Bankers.txt +++ b/Bankers.txt @@ -1,6 +1,7 @@ // C Program to implement Bankers Algorirthm #include +#include int current[5][5], maximum_claim[5][5], available[5]; int allocation[5] = {0, 0, 0, 0, 0}; diff --git a/README.md b/README.md index 65d64c9..cc65bff 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,6 @@ 3. C Program to implement File Structers 4. C Program to implement Producer Consumer Problem 5. C Program to implement Scheduling Algorithms + + +