As the name suggests this algorithm follows "Last-In-First-Out" principle
It replaces the newest page that arrived at last in the main memory.
It is implemented by keeping track of all the pages in a stack.
Click on the button below to try out the execution of LIFO algorithm
© G4_Team3.