This project demonstrates the basic page replacement algorithm in C++ language.
- FIFO (First-In, First-Out)
- LRU (Least Recently Used)
- OPT (Optimal Page Replacement)
You can modify the accessSequence() function to observe the results of the algorithm.
