The solution is the same as this example
3. What is LRU? If size of cache is 4 and reference string is \( 2,4,6,7,8,9,0 \), \( 3,4,5,6,7,8 \) fill the below table( 2 Marks) \[ 2,4,6,7,8,9,0,3,4,5,6,7,8 \]
\[ 47301,738545347 \] LRU Least recently Used LRU Page Replacement Algorithm