tarunsinghofficial / HacktoberFest

:octocat: Add your Programs or tech content to help other contributors ✅
384 stars 2.3k forks source link

OS page replacement algo in c++ for FIFO, OPTIMAL and LRU #2727

Open Vaishhh-exe opened 12 months ago

Vaishhh-exe commented 12 months ago

I added three-page replacement algorithms: FIFO, Optimal and LRU.