Hey all, i'm trying to make a file package where i can concatenate files just like zip or rar without compression. I know i should use Bplus Tree or BTree but i need a good information in details of how to implement one or explain the logic of BTree for filestream. tnx in advance.
17279
Have you looked at the implementation at http://sourceforge.net/projects/bplusdotnet/ ?
1556
yes but the logic is not clear since i need to learn how to apply it. beside this i'm doing it on c++ not c# so the logic and understanding is important to me.
17279
The Wikipedia article (http://en.wikipedia.org/wiki/B%2B_tree) looks fairly clear and there's a link to a C++ implementation near the end. The second such link is unfortunately broken.

0 answers