0
1.1kviews
Write a program to calculate page fault by using LRU (least recently used) for the following reference string: 1, 3, 2, 3, 4, 2, 1, 3, 4, 2, 1, 4, 5, 1, 3.
| written 4.0 years ago by | modified 4.0 years ago by |
Write a program to calculate page fault by using LRU (least recently used) for the following reference string: 1, 3, 2, 3, 4, 2, 1, 3, 4, 2, 1, 4, 5, 1, 3.
ADD COMMENT
EDIT
1 Answer

and 3 others joined a min ago.