This template allows you to store any type of data (must be a class!) in a Bayer-Tree of an user-defined order. B-Trees are especially useful for storing large numbers of objects.
Features
- Template-based, so any class can be stored
- User-selectable order of the tree
- Comes with BFS and DFS iterator
- Data-class must support: =, <=, >=, << (CArchive) and >>(CArchive). For debugging << for CDumpContext is required.
Downloads
|
|
Template file |
16.2 K |
|
|
Complete source code with example |
74 K |

