Science, asked by Alamkhan8490, 1 year ago

Explain binary tree and binary search tree and operation of binary tree.(data structure).

Answers

Answered by Mimi139
1

Answer:

binary tree is a tree which represents its relationship between parent and children and sibling

. a binary tree comes with nodes node is called parent...

binary tree are 3 Types

. 1st complete B.T

. 2nd almost complete B.T

. 3rd perfect binary tree

. binary search tree to search to all relationship parent to children and it's work to left children to right

Similar questions