Question:What are binary trees? 

Answer Binary trees are actually an extension of the concept of linked lists. A binary tree has two pointers, a left one and a right one. Each side can further branch to form additional nodes, which each node having two pointers as well. 

+ Report
Total Preview: 1097
What are binary trees?
Copyright © 2024. Powered by Intellect Software Ltd