root | BTNode |
count | int |
CompareKey | int(*)(BinaryTree tree, a, b) |
FreeKey | void(*)(void * key) |
first | BTNode |
last | BTNode |
Add |
Check |
CompareInt |
CompareString |
Delete |
Find |
FindAll |
FindPrefix |
FindString |
Free |
FreeString |
Print |
Remove |