There are 0 repository under priority-based-scheduling topic.
This repository contains the basic CPU Scheduling Algorithms from which an Operating System decides the sequencing or scheduling of process to be executed. All the algorithms inside are preemptive in nature, i.e. contact switching is possible. The algorithms include, First Come First Serve (FCFS), Shortest Job First (SJF), Round Robin and Priority Scheduling.
List of different Scheduling Algorithms
CPU scheduling algorithm and deadlock avoidance algorithm implemented in this project.
This project is a console-based To-Do List application developed in Java that allows users to manage their tasks efficiently.