Skip to content

Commit

Permalink
Update DIRECTORY.md
Browse files Browse the repository at this point in the history
Added Preemptive Priority Scheduling Algorithm to the list.
  • Loading branch information
dilipkjain authored Oct 5, 2023
1 parent 43e7f5d commit dee2cac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DIRECTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dee2cac

Please sign in to comment.