Skip to content

Commit be54c90

Browse files
author
phishman3579
committed
Update a comment on the B-Tree constructor to describe order
git-svn-id: https://java-algorithms-implementation.googlecode.com/svn/trunk@411 032fbc0f-8cab-eb90-e552-f08422b9a96a
1 parent cc4f8b8 commit be54c90

File tree

1 file changed

+2
-1
lines changed
  • src/com/jwetherell/algorithms/data_structures

1 file changed

+2
-1
lines changed

src/com/jwetherell/algorithms/data_structures/BTree.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ public class BTree<T extends Comparable<T>> implements ITree<T> {
3535
public BTree() { }
3636

3737
/**
38-
* Constructor for B-Tree of ordered parameter.
38+
* Constructor for B-Tree of ordered parameter. Order here means minimum
39+
* number of keys in a non-root node.
3940
*
4041
* @param order
4142
* of the B-Tree.

0 commit comments

Comments
 (0)