Title: A HEB File reader
Description: An implementaton of the data reader interface, which reads the simplest format to describe a tree, a file which define a parent node for each node (0 for no parent) by writing its index in the nodes list, and define also the indices of the adjacent nodes for a given node. Example: 0 1 1 2 2 3 3 4 4 5 5 6 6 7 7 10: 14, 15 12: 11, 13 This format is very simplistic
Copyright: Copyright (c) 2007
Company: