Skip to content

Sweep76/CPU-Schedulling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CPU-Scheduling-Python

To run this project,

  1. pip install flask
  2. cd Calculator
  3. python app.py
  4. Go to the provided link.

CPU Scheduling Algorithms

  1. FCFS
  2. SJF
  3. Priority Non-Preemptive
  4. Priority Preemptive
  5. Round Robin
  6. SRTF
  7. MLQ
  8. MLFQ

Page Replacement Algorithms

  1. First In First Out
  2. Least Frequently Used
  3. Least Recently Used
  4. Optimal

About

algorithm_codes

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors