Skip to content

seantronsen/cpu-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-cpu-scheduler-simulation

Another exercise for practicing with the Rust language.

Implementations

  • First-come First-serve (FCFS)
  • Shortest Job First (SJF)
    • Based on already provided CPU burst times
  • Priority Scheduling
  • Round-Robin (RR)
  • Priority with Round Robin

The exercise is based on the one provided in the Programming Projects section of Chapter 05 in Operating System Concepts.

About

An exercise for practicing with the Rust language

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors