Skip to content

parthnaik92/Scheduling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Scheduling

Implemented scheduling algorithms using C and Pthread

This program implements scheduling algorithms using pthreads in c language. When user executes a file named scheduling.c, first it will ask for input file. After entering any filename by user, it asks user about PID, Burst time & Priority and this data stored in the input file. All the work stated above, creating the file, data input and store is done by one thread. Now, second thread opens the file, reads the data and asks you to for desired output method.

Algorithms implemented: FCFS Round Robin Shortest job first

About

Implemented scheduling algorithms using C and Pthread

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages