Why LRU uses linked list ? Can\'t we use array to store items, so item with most frequently used will be stored at front of array & least at last of array.
The on