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/coderatul/cpu-sheduling
cpu sheduling algorithm implemented in python
cpu-scheduling fcfs fcfs-scheduling first-come-first-serve round-robin-scheduling shortest-job-first
Last synced: 13 Jul 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...
Last synced: 06 Apr 2025
https://github.com/jarvis-ai/algocpu
CPU Scheduling Algorithm in Static Webpage
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/al-taie/osschedulingalgorithms
CPU Scheduling Algorithms in Operating Systems
fcfs fcfs-process-scheduling fcfs-scheduling operating-system operating-systems os python round-robin round-robin-scheduling scheduling-algorithms sjf sjf-algorithm sjf-process-scheduling sjf-scheduling
Last synced: 27 Apr 2026
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/zilean12/fcfs
FCFS algorithm
algorithm fcfs fcfs-process-scheduling fcfs-scheduling
Last synced: 04 Apr 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/anuraganalog/os_assign
To create a mini-os
c fcfs hrrn maxheap minheap os page-fault page-replacement-algorithm process process-simulation python3 queue round-robin scheduler simulation sjf
Last synced: 20 Apr 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/zain-bin-arshad/os-scheduling
A collection of OS scheduling algorithms ready to be implemented.
fcfs fcfs-scheduling priority-scheduling process-scheduler process-scheduler-simulator round-robin scheduling scheduling-algorithms sjf-scheduling srtf-scheduling
Last synced: 04 Apr 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
https://github.com/matheusphalves/algorithms-for-alp
Implementation of algorithms for Aircraft Landing Problem
aco aircraft-control aircraft-landing exact-methods fcfs ga meta-heuristics mrasp optimization-algorithms python scheduling-algorithms
Last synced: 16 May 2026