WeBeginners-Community / DocBook

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

First in first Out And Semaphore #202

Closed goyalh4164 closed 1 year ago

goyalh4164 commented 1 year ago

Description

1)FIFO which is also called First In First Out is one of the types of Replacement Algorithms. This algorithm is used in a situation where an Operating system replaces an existing page with the help of memory by bringing a new page from the secondary memory.

2)Semaphore using wait and signal function used to remove deadlock problem and also used in some classical Critical section problem

Fixes: #201 #200

Checklist:

ATTACH SCREEN-SHOTS

FIFO Output image Semaphore Output image

goyalh4164 commented 1 year ago

@Sulagna-Dutta-Roy Issue Solved Kindly take a review.Pushed Two Issue in the single PR by mistake but edited the PR again and mentioned the issues clearly.Thanks

goyalh4164 commented 1 year ago

ok closing it