Skip to content

Arunvijay28/Operating-System-Programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Operating System Programs in python

It contains Python code for

  1. Memory allocation :

    • First fit
    • Best fit
    • Worst fit
  2. Page Replacement Algorithms:

    • FIFO
    • LRU
    • Optimal
  3. Scheduling ALgorithms:

    • FCFS
    • Priority Preemptive
    • Shortest Remaining Time First (SRTF)
    • Round Robbin (RR)