This is a simple C++/Qt project that simulates how the Pages in Virtual Memory are being replaced using three essential algorithms :
FIFO
LRU
Optimal
The project is solely written in C++ and for GUI it relies on Qt(CMake) framework.
PREREQUISITES
Qt 6 or above
C++ 17 or above
HOW TO RUN
Paste all the given file in Qt and then press build, for detailed steps see my another repository, MetroFlowFinal.