Skip to content

Page Replacement Algorithms manage memory efficiently in computer systems. FIFO (First In, First Out) replaces the oldest page, simple but inefficient. Optimal replaces the page that won't be used for the longest time, ideal but impractical. LRU (Least Recently Used) swaps out the least recently accessed page, balancing simplicity and effectiveness

Notifications You must be signed in to change notification settings

sohan-99/Page-Replacement-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

About

Page Replacement Algorithms manage memory efficiently in computer systems. FIFO (First In, First Out) replaces the oldest page, simple but inefficient. Optimal replaces the page that won't be used for the longest time, ideal but impractical. LRU (Least Recently Used) swaps out the least recently accessed page, balancing simplicity and effectiveness

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages