From dee2cac623e77666e5bf2a3b62b9812431545ee7 Mon Sep 17 00:00:00 2001 From: Dilip Jain <125952498+dilipkjain@users.noreply.github.com> Date: Thu, 5 Oct 2023 18:05:31 +0530 Subject: [PATCH] Update DIRECTORY.md Added Preemptive Priority Scheduling Algorithm to the list. --- DIRECTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DIRECTORY.md b/DIRECTORY.md index 1339bc6f..1217d02f 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -247,6 +247,7 @@ ## Process Scheduling Algorithms * [Non Preemptive Priority Scheduling](https://github.com/TheAlgorithms/C/blob/HEAD/process_scheduling_algorithms/non_preemptive_priority_scheduling.c) + * [Preemptive Priority Scheduling](https://github.com/TheAlgorithms/C/blob/HEAD/process_scheduling_algorithms/preemptive_priority_scheduling.c) ## Project Euler * Problem 1