From b22ad903ceee28b4073ba7847395cffb3383233e Mon Sep 17 00:00:00 2001 From: AKHILESH VISHNU T I <32368189+akhileshvishnuti@users.noreply.github.com> Date: Mon, 29 Oct 2018 14:38:04 +0530 Subject: [PATCH 1/2] Update Bankers.txt --- Bankers.txt | 1 + 1 file changed, 1 insertion(+) 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}; From a1d1c9e7a314a8f71134ac696faf57e271c78997 Mon Sep 17 00:00:00 2001 From: AKHILESH VISHNU T I <32368189+akhileshvishnuti@users.noreply.github.com> Date: Fri, 1 Oct 2021 22:54:43 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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 + + +