mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
Update DIRECTORY.md
Added Preemptive Priority Scheduling Algorithm to the list.
This commit is contained in:
parent
43e7f5db81
commit
dee2cac623
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user