Computer Science, asked by sakshitalreja74, 3 months ago

what is LFU ? in computer science


Answers

Answered by Goldenjungkookie
4

Answer:

Least Frequently Used (LFU) is a caching algorithm in which the least frequently used cache block is removed whenever the cache is overflowed

Answered by Anonymous
1

Answer:

(LFU) is a type of cache algorithm used to manage memory within a computer. The standard characteristics of this method involve the system keeping track of the number of times a block is referenced in memory.

Similar questions