Sale!
Computer Graphics Project
LRU Page Replacement Algorithm CG MiniProject using OpenGL
Original price was: ₹500.00.₹299.00Current price is: ₹299.00.
The Source Code is Downloadable immediately after the successful payment
Project Description
In this project, we created a Graphics animation to demonstrate LRU Page Replacement Algorithm. A good approximation to the optimal algorithm is based on the observation that pages that have been heavily used in the last few instructions will probably be heavily used again in the next few. Conversely, pages that have not been used for ages will probably remain unused for a long time. This idea suggests a realizable algorithm: when a page fault occurs, throw out the page that has been unused for the longest time. This strategy is called LRU (Least Recently Used) paging.
Video Tutorial
Anita Karatage –
Very nice
Sana –
Good