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.