Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kolbewilliams/linux-cpu-scheduling-project
- Owner: KolbeWilliams
- Created: 2024-11-14T17:34:53.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T17:35:34.000Z (about 2 months ago)
- Last Synced: 2024-11-14T18:39:02.133Z (about 2 months ago)
- Topics: c, ubuntu
- Homepage:
- Size: 1.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.