Skip to content

Aditya-Kora/CPU_SCHEDULER_ADITYA_KORA_22116007

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPU_SCHEDULER

Overview

CPU Scheduler is a web-based tool designed to determine the most suitable scheduling algorithm for different processes occurring in a CPU.

How to Run

1. Clone the Repository

git clone <repository_url>

2.Run the Backend

cd backend
node index.js

2.Run the Frontend

cd frontend
npm run start

Supported Algorithms

FCFS (First-Come, First-Served), SJF (Shortest Job First), SJF (Preemptive), Priority Scheduling (Preemptive), Priority Scheduling (Non-Preemptive), Round Robin

Built With

C++, React.js, Express and Node.js, Material-UI,

Feel free to add or modify any sections as needed, such as a more detailed description, examples, screenshots, or contact information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published