The Code-Bin
b-tree
Posted by: rhal | May 15, 2010 @ 7:05am

Java Code



Syntax Highlighting





Author Comments
BTree.java creates a B-Tree consisting of BNodes. Those nodes a) contain a LinkedList of keys and b) a LinkedList of Child-BNodes. The compiler throws an INCONSISTENT Exception related to a node.parent entry, but I have no clue where the problem comes up.
Rating


4.49 / 8
55 Votes
http://codebin.yi.org/647
page generated in 0.01 seconds