Stack Algorithms
A class of page replacement algorithms for which the set of pages in memory for n frames is always a subset of the set of pages that would be in memory with n+1 frames.
(Belady anomaly) if and only if (not a stack algorithm). WHY ?
Both OPT and LRU are stack algorithms.