WeBeginners-Community / DocBook

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

FIFO Algorithm #215

Closed goyalh4164 closed 1 year ago

goyalh4164 commented 1 year ago

Description

This is the simplest page replacement algorithm. In this algorithm, the operating system keeps track of all pages in the memory in a queue, the oldest page is in the front of the queue. When a page needs to be replaced page in the front of the queue is selected for removal.

Fixes: #201

Checklist:

ATTACH SCREEN-SHOTS

image

Sulagna-Dutta-Roy commented 1 year ago

Mention the correct Issue.

goyalh4164 commented 1 year ago

@Sulagna-Dutta-Roy Do we need to create a separate README file for the documentation

goyalh4164 commented 1 year ago

@Sulagna-Dutta-Roy Do we need to create a separate README file for the documentation

?

Sulagna-Dutta-Roy commented 1 year ago

This is a documentation repository. Already I mentioned No codes here,check other PRs

goyalh4164 commented 1 year ago

OK I will look into it

goyalh4164 commented 1 year ago

Thanks for merging 😅😅