Posted by Rohini on August 11, 19100 at 16:01:35:
I need an algorithm to implement paging and caching for data in the form of tree (as in windows explorer)
The problem is the number of nodes is too huge to keep all of them in the memory. An efficient algorithm to discard and fetch nodes on demand, If somebody can direct me to some useful link.......
Thanks