Skip to content

rahulahoop/CS433-OS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Opitmal (Clairvoyance) Page Replacement Algorithm.

Implemented in JAVA.

	- Reference String Generation.
		- Page diversity of 100, from 0-99.
		- Implemented the 90 - 10 rule
			- "90% of the time the same 10 programs's are being used"
	
	- Simulation of the optimal algorithm.
		- "If we could see into the future and know which program will be used"
		- An implementation of LFU. (Least Frequently Used).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages