Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
parthnaik92 committed Dec 5, 2014
1 parent 425eb4a commit 4b943f9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@ 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

0 comments on commit 4b943f9

Please sign in to comment.