โณ Scheduling-Algorithm This repository contains the implementations on process scheduling, which is a key role of the operating system. ๐ List of Scheduling algorithm ๐FCFS: First Come First Served (Non-preemptive) ๐SJF: Shortest Job First (Non-preemptive) ๐SRJF: Shortest Remaining Job First (Preemptive) ๐RR: Round Robin (Preemptive) ๐ Functions isEmpty isFull initQueue enQueue deQueue pickProcess monitProcess rotateProcess set_schedule read_proc_list do_schedule print_performance โ๏ธ Development stack Language : C ๐ฌ Contributor Im Taemin (@devTaemin)