Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kolbewilliams/linux-cpu-scheduling-project

In this project I worked with a team to implement 2 different CPU scheduling algorithms, First Come First Serve (FCFS) and Shortest Job First (SJF), with the C programming language in a Linux Ubuntu virtual machine terminal and calculated different aspects of each one to determine which one was the better algorithm for a given set of processes.
https://github.com/kolbewilliams/linux-cpu-scheduling-project

c ubuntu

Last synced: about 1 month ago
JSON representation

In this project I worked with a team to implement 2 different CPU scheduling algorithms, First Come First Serve (FCFS) and Shortest Job First (SJF), with the C programming language in a Linux Ubuntu virtual machine terminal and calculated different aspects of each one to determine which one was the better algorithm for a given set of processes.

Awesome Lists containing this project

README

        

# Linux-CPU-Scheduling-Project
In this project I worked with a team to implement 2 different CPU scheduling algorithms, First Come First Serve (FCFS) and Shortest Job First (SJF), with the C programming language in a Linux Ubuntu virtual machine terminal and calculated different aspects of each one to determine which one was the better algorithm for a given set of processes.