tarunsinghofficial / HacktoberFest

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

Create OS Page Replacement Algorithms in C++ #2645 #2647

Closed Abdullahkhanspn closed 11 months ago

Abdullahkhanspn commented 11 months ago

[FIXED]OS Page Replacement Algorithms in C++ #2645

1.FIFO (First-In-First-Out) Page Replacement Algorithm in C++ 2.LRU (Least Recently Used) Page Replacement Algorithm in C++