Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Page Replacement Algorithms #15

Open
5 tasks
jhasuraj01 opened this issue Apr 3, 2024 · 0 comments
Open
5 tasks

Implement Page Replacement Algorithms #15

jhasuraj01 opened this issue Apr 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jhasuraj01
Copy link
Member

  • First In First Out (FIFO)
  • Last In First Out (LIFO)
  • Least Recently Used (LRU)
  • Most Recently Used (MRU)
  • Least Frequently Used (LFU)
@jhasuraj01 jhasuraj01 added the enhancement New feature or request label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant