I need to implement a multi-level file-based B-Tree class for C #. Similar functions are available for C ++ and C, but I want to use them in C #. It should also be available as source code, which I want to use with some alternative .NET implementations, such as MonoTouch.
If someone knows about a non-file based Multiway b-Tree , then this can easily adapt to crashes to be file based. You make each page / array of nodes of several records an entry / sector in a file. And save them when they change.
Is anyone
source
share