Can you please explain the difference between binary tree and a binary search tree?

Submitted by: Administrator
Binary search tree is an ordered binary tree, where value of all nodes in left tree are less than or equal to node and values of all nodes in right sub tree is greater than or equal to node (e.g. root). It's an important data structure and can be used to represent a sorted structure.
Submitted by:

Read Online Analyst Integration Job Interview Questions And Answers