- First Come, First Served (
FCFS) - Shortest Job First ( Preemptive / Non-Preemptive ) (
SJF) - Priority ( Preemptive / Non-Preemptive )
- Round Robin (
RR)
- Notifications
You must be signed in to change notification settings - Fork 1
moazmohamed20/OS-Algorithms
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Operating System Algorithms Implementations in C++
Topics
operating-system deadlock-avoidance detection-algorithm bankers-algorithm alogrithm optimal-page-replacement round-robin-scheduling fifo-page-replacement fcfs-process-scheduling sjf-process-scheduling priority-process-scheduling lru-page-replacement mru-page-replacement lfu-page-replacement mfu-page-replacement