Skip to content

A Scheduler Simulator made in C. A Process Scheduler schedules different processes to be assigned to the CPU based on particular scheduling algorithms.

Notifications You must be signed in to change notification settings

marianneagu/scheduler-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

A Scheduler Simulator made in C for a University Project. 
Team:
	Marian-Madalin Neagu 
    	Cristian Soare 
    	Eduardo Ignat 

A Scheduling Algorithm is the algorithm which tells us how much CPU time we can allocate to the processes. These scheduling algorithms are either preemptive or non-preemptive. 

This particular one simulates 3 of the most popular schedule algorithms: FCFS, Round-Robin and Priority Scheduling.

FCFS

About

A Scheduler Simulator made in C. A Process Scheduler schedules different processes to be assigned to the CPU based on particular scheduling algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages