You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an implementation of Page Replacement Algorithms on a reference string in Java. This includes a graphical representation for three replacement policies: 1.) Least Recently Used (LRU) 2.) Optimal Page Replacement (OPT) 3.) First In First Out(FIFO)