![]() |
AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
|
result of findLowerBound
More...
Protected Attributes | |
Node | node |
the node found or null for failed search More... | |
Node | parent |
node 's parent (always !=null ) More... | |
int | cmp |
result of the last call to compareKeys More... | |
result of findLowerBound
Definition at line 262 of file BinarySearchTree.java.
|
protected |
result of the last call to compareKeys
Definition at line 268 of file BinarySearchTree.java.
|
protected |
the node found or null
for failed search
Definition at line 264 of file BinarySearchTree.java.
|
protected |
node
's parent (always !=null
)
Definition at line 266 of file BinarySearchTree.java.