WeBeginners-Community / DocBook

Documentations of Html to every open source technologies. It's a low-code repository
30 stars 54 forks source link

Priority Scheduling and Round Robin Algorithm #203

Closed goyalh4164 closed 1 year ago

goyalh4164 commented 1 year ago

Description

1)Priority scheduling is one of the most common scheduling algorithms in batch systems. Each process is assigned a priority. Process with the highest priority is to be executed first and so on. Processes with the same priority are executed on first come first served basis. 2)Round Robin CPU Algorithm generally focuses on Time Sharing technique. The period of time for which a process or job is allowed to run in a pre-emptive method is called time quantum.

Fixes: #199 #198

Checklist:

ATTACH SCREEN-SHOTS

Priority Scheduling Output image Round Robin Scheduling Algorithm Output image

goyalh4164 commented 1 year ago

@Sulagna-Dutta-Roy Issue completed Kindly take a review.Thanks

goyalh4164 commented 1 year ago

Both Issues are included in the same PR.Kindly take a review

goyalh4164 commented 1 year ago

Ok I will look it in it.

goyalh4164 commented 1 year ago

closing the PR and will solve this issue as soon as possible