Skip to content

johnchen77w/CPU-Scheduling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CPU-Scheduling

This project demonstrates three different ready queues

  • First Come First Serve (FCFS) -------------- COMPLETED
  • Shortest Job First (SJF) -------------------- COMPLETED
  • Round Robin (RR) -------------------------- COMPLETED
  • Makefile ---------------------------------- COMPLETED

How to run:

  • cd to the directory
  • make
  • ./scheduling.out

An external file will be generated