Introduction - If you have any usage issues, please Google them yourself
The LRU aging algorithm main achievement of the three algorithms simulation: FIFO algorithm, LRU algorithm, LFU algorithm FIFO: first-in, first-out page replacement algorithm the LRU: most-recently-used page replacement algorithm LFU: the least frequently used page replacement algorithm