144 views
1 votes
1 votes
Suppose we have 50 pages and LRU algorithm is used. find number of page faults for both row and column major order

for (i=0; i <100; i++)

for( j=0; j < 100 ; j++)

A[i][j] = A[i][j] + A[j][i]

Please explain

Please log in or register to answer this question.

No related questions found