B-Tree template for C++

 
 

User login

Enter your username and password here in order to log in on the website:

A template for storing objects in a B(k,h) tree

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

BTreeTemplate.h

Template file

16.2 K

BTreeTemplate.zip

Complete source code with example

74 K
 
 

  Homepage  Professional  Courses  Personal  Contact  Sitemap  Search