-
Notifications
You must be signed in to change notification settings - Fork 16
IBinaryTree
Kal Ahmed edited this page Sep 26, 2016
·
1 revision
The IBinaryTree interface is simply an extension of the IIndexAccessTree interface where all the nodes are typed as IBinaryTreeNode
There is a abstract implementation BinaryTree from which the concrete implementations derive.