What is the differe…
 
Notifications
Clear all

What is the difference between binary tree and binary search tree?

1 Posts
2 Users
0 Likes
453 Views
0
Topic starter

Explain in simple points.

1 Answer
0

 Binary Tree adheres to the rule that each parent node can only have a maximum of two child nodes, however a Binary Search Tree is merely a variation of the binary tree that adheres to a relative order to determine how the nodes in a tree should be structured.

Share: