(LRU) Least Recently Used Page Replacement Algorithm | Operating System

Опубликовано: 17 Февраль 2026
на канале: 5 Minutes Programming
458
18

The Least Recently Used (LRU) algorithm is a memory management strategy that uses page replacement. This approach replaces the page that hasn't been accessed in a while. Any page in memory that has been idle for a longer time than the others is therefore replaced.