answersLogoWhite

0

a tree which has atmost two nodes is called binary tree

binary search tree is a binary tree which satisfies the following

1.every node in tree must be distinct

2.values in right subtree > value at root

3.values in left subtree < value at root

4.left,right subtrees must be binary search trees

User Avatar

Wiki User

13y ago

Still curious? Ask our experts.

Chat with our AI personalities

MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine
JudyJudy
Simplicity is my specialty.
Chat with Judy
LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao

Add your answer:

Earn +20 pts
Q: What is binary search in data structure using c?
Write your answer...
Submit
Still have questions?
magnify glass
imp