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

Projects in Awesome Lists tagged with fcfs

A curated list of projects in awesome lists tagged with fcfs .

https://github.com/arslanbilal/process-scheduling-algorithms

Process Scheduling Algorithms animation in WPF

algorithm fcfs priority process-scheduling round-robin sjf

Last synced: 04 Apr 2025

https://github.com/santhoshpandi/fcfs-sjf-queue-c

It consists of menu driven program to find fcfs and sjf with gantt chart and it is used to find average waiting time , average burst time and generation of table...

fcfs fcfs-sjf-ganttchart sjf

Last synced: 06 Apr 2025

https://github.com/jarvis-ai/algocpu

CPU Scheduling Algorithm in Static Webpage

cpu fcfs mlfq rr

Last synced: 02 Mar 2026

https://github.com/chiragobhan/cpu-scheduling

C program for FCFS and SJF that reads input from input.txt and writes the executed output in output.txt.

c cpu-scheduling fcfs first-come-first-serve gcc input-output shortest-job-first sjf

Last synced: 29 Mar 2025

https://github.com/fatemehrshd/fcfs

Implementation of FCFS CPU scheduling algorithm with C++

cpp fcfs fcfs-process-scheduling fcfs-scheduling implementation operatingsystem

Last synced: 26 Mar 2025

https://github.com/czubocha/so-disc-scheduling-algorithms

disc scheduling algorithms implementation - EDF, FCFS, SSTF, SCAN, CSCAN

cscan disc-scheduling-algorithms edf fcfs scan scheduling-algorithms sstf

Last synced: 01 Jul 2025

https://github.com/yousefmohammad/cpu_scheduling

A GUI-based CPU Scheduling Simulator for visualizing FCFS, SJF, RR, and Priority algorithms with process management and real-time results.

cpu-scheduling fcfs open-source operating-system priority-scheduling process process-management python-project round-robin scheduling-algorithms sjf tkinter tkinter-gui

Last synced: 27 Oct 2025

https://github.com/virendracarpenter/fcfs-cpu-scheduling-cpp

First come first serve (FCFS) scheduling algorithm simply schedules the jobs according to their arrival time. The job which comes first in the ready queue will get the CPU first. The lesser the arrival time of the job, the sooner will the job get the CPU. FCFS scheduling may cause the problem of starvation if the burst time of the first process is the longest among all the jobs.

fcfs fcfs-process-scheduling fcfs-scheduling hacktoberfest jobs scheduler

Last synced: 27 Feb 2026

https://github.com/sarahabuirmeileh/cpu-scheduling-algorithms

c++ implementation for some of CPU scheduling algorithms with some calculated statistics, Gantt chart drowing and reading the data from files

cplusplus cpu cpu-scheduling fcfs fcfs-process-scheduling fcfs-scheduling os round-robin round-robin-scheduler round-robin-scheduling roundrobin sjf sjf-algorithm sjf-process-scheduling sjf-scheduling srt srt-scheduling

Last synced: 07 Jun 2026

https://github.com/andreaschatzopoulos/cpu-scheduler-simulator

Simulates and benchmarks five CPU scheduling algorithms (FCFS, RR, SJF, IdealSJF, MLFQ) using Java and Maven. Includes configurable experiments and aggregated results for performance analysis.

cpu-scheduling fcfs java maven mlfq operating-system os-simulator round-robin scheduler sjf

Last synced: 30 Apr 2026

https://github.com/czubocha/so-cpu-scheduling-algorithms

implementation of operation system processes scheduling algorithms - FCFS, SJF, preemptive SJF, RR

cpu-scheduler fcfs preemptive-sjf round-robin rr scheduling-algorithms sjf

Last synced: 20 Mar 2025

https://github.com/freya135/scheduling-algorithm-simulator

This project is a web-based simulator for CPU scheduling algorithms. It allows users to input different processes with specific attributes (arrival time, burst time, etc.) and visualize how these processes are scheduled according to the chosen scheduling algorithm.

cpu cpu-scheduling-algorithms fcfs gantt-chart scheduling scheduling-algorithms simulator sjf srtf

Last synced: 17 Jun 2025

https://github.com/chiragobhan/cpu-scheduling-using-makefile

An Introduction to "make" with installation guide and an example of CPU Scheduling in C using Makefile.

c cpu-scheduling fcfs first-come-first-serve gcc input-output makefile shortest-job-first sjf

Last synced: 12 Jul 2025

https://github.com/pankajsahu92/job-scheduler

Console-based Job Scheduler in C++ implementing FCFS and Priority scheduling.

console-app cpp data-structures fcfs job-scheduler priority-queue

Last synced: 27 Sep 2025