A cache eviction simulator implementing LRU, FIFO, and a custom Greedy eviction algorithm.
algorithms simulation computer-architecture greedy-algorithm least-recently-used first-in-first-out cache-eviction
-
Updated
Dec 28, 2025 - Java