Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 287 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 287 Bytes

Web-Cache

This is the implementation of Web Cache which stores the websites in the cache usuing different caching algorithms like LFU(Least Frequently Used) and LRU(Least Recently Used). Also the analysis of LFU and LRU algorithms. This project was in the course "Computer Networks".