Computer Science, asked by farhadjan7799, 5 months ago

what is Binary search tree(BST)​

Answers

Answered by Anonymous
1

Answer:

In computer science, a binary search tree (BST), also called an ordered or sorted binary tree, is a rooted binary tree whose internal nodes each store a key greater than all the keys in the node's left subtree and less than those in its right subtree.

Hope it helps you

Answered by sharanking418
0

Answer:

In computer science, a binary search tree, also called an ordered or sorted binary tree, is a rooted binary tree whose internal nodes each store a key greater than all the keys in the node's left subtree and less than those in its right subtree.

Invented: 1960

Invented by: P.F. Windley, A.D. Booth, A.J.T. Colin, and T.N.

Explanation:

mark me as brainliest

Similar questions