Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPU-SIM

CPU-SIM – CPU Scheduling Simulator

Description: CPU-SIM is an Operating Systems project that simulates CPU scheduling algorithms.

Algorithms Implemented:

  • FCFS
  • SJF (Non-Preemptive)
  • Round Robin

Technologies:

  • C Programming
  • Operating Systems Concepts

Output: Calculates Waiting Time, Turnaround Time, and Average Times.

How to Run: gcc cpu_sim.c -o cpu_sim ./cpu_sim

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages