IBinaryTree interface IBinaryTree Documentation Code int Count { get; } int Height { get; } bool IsEmpty { get; } IBinaryTree Left { get; } IBinaryTree Right { get; }