This document shows the steps of an LRU (Least Recently Used) page replacement algorithm as it processes a reference string. Each line shows the reference string and the values in the page table as pages are accessed and the least recently used page is replaced if needed.