Skip to content

rithikachowta08/opengl-lru-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Visualization of the Least Recently Used algorithm using OpenGL

Just a simple animation of the LRU algorithm

Instructions to run in Ubuntu:

  1. g++ lru.cpp -o gl -lGL -lGLU -lglut
  2. ./gl

Press 'q' to quit

Screenshots:

Input

no image

Page fault

no image

Page hit

no image

Results

no image

Enjoy and please do review!!

About

LRU algorithm visualization using OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages