youssef-kishk / Memory-Paging-and-Replacement-Algorithoms-

The project simulates some of paging replacement algorithms. The implemented algorithms are as follows: • First In First Out (FIFO) • Least Recently Used (LRU) • Clock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

The project simulates some of paging replacement algorithms. The implemented algorithms are as follows: • First In First Out (FIFO) • Least Recently Used (LRU) • Clock


Languages

Language:C++ 99.1%Language:Makefile 0.9%