Computer Science, asked by Piayadav3316, 11 months ago

Explain Binary search operation? Write an algorithm?

Answers

Answered by Darkgirl52
0
When inserting or searching for an element in a binary search tree, the key of each visited node has to be compared with the key of the element to be inserted or found.

The shape of the binary search treedepends entirely on the order of insertions and deletions, and can become degenerate.

by.....
#dark⚫️
Similar questions