Hello everyone,
I'm not sure exactly where to post a question like this,
but beings most OSs are written in C and most algorithms are
platform independent, I figured this is the best place to
post unless someone knows of another forum here at Tek-Tips.
I want to find out more about LFU than it just stands
for Least Frequently Used. It is a page replacement
algorithm and that's about all I can find about it. I can
find several things on OPT, LRU, and FIFO, however it does
not help much.
So here's my question: How can I find out and prove that
this certain algorithm (LFU) is or isn't a stack algorithm.
Much thanks,
Cake.
I'm not sure exactly where to post a question like this,
but beings most OSs are written in C and most algorithms are
platform independent, I figured this is the best place to
post unless someone knows of another forum here at Tek-Tips.
I want to find out more about LFU than it just stands
for Least Frequently Used. It is a page replacement
algorithm and that's about all I can find about it. I can
find several things on OPT, LRU, and FIFO, however it does
not help much.
So here's my question: How can I find out and prove that
this certain algorithm (LFU) is or isn't a stack algorithm.
Much thanks,
Cake.