Skip to content

IBinaryTree

Kal Ahmed edited this page Sep 26, 2016 · 1 revision

Home > Trees > IBinaryTree

IBinaryTree

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.

Clone this wiki locally