From 936ebfb8225722e299fb817cabc8eea011b7b860 Mon Sep 17 00:00:00 2001 From: Rohit Kumar Date: Tue, 13 Jul 2021 00:10:41 +0530 Subject: [PATCH] Initial Commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 752412d..8205bff 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# Oprating-System-Algorithms +# Operating-System-Algorithms This Repo Consists of Source code of Process Scheduling Algorithms (FCFS,SJF,SRTF,Priority,Round Robin), Deadlock Prevention & Detection Algorithm - Safety Algorithms, Memory Allocation Schemes (First Fit, Best Fit, Worst Fit), Page Replacement Algorithms (FCFS, LRU, Optimal ) and Disk Scheduling Algorithms and Many More ......