SkillAgentSearch skills...

PageReplacement

FIFO, LRU and Optimal page replacement algorithms are implemented

Install / Use

/learn @shrynshjn/PageReplacement
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PageReplacement

FIFO, LRU and Optimal page replacement algorithms are implemented

Input

Takes the number of page requests, number of pages and reference strings as input.

Output

Gives the number of page faults, hits and hits ration for all 3 algorithm

Execute

To run the document, in a termnial write: cc pageReplacement.c -o pr ./pr

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated1y ago
Forks3

Languages

C

Security Score

75/100

Audited on Aug 31, 2024

No findings