Data Structures and Algorithms MCQs

A tree T is called , if each node N in T satisfies the value at N is greater than every value in the left subtree of N and is less than the value in the right subtree of N.

A. binary search tree.
B. extended tree.
C. B-tree.
D. rooted tree.
ANSWER: A

A tree T is called , if each node N in T satisfies the value at N is greater than every value in the left subtree of N and is less than the value in the right subtree of N. Read More »

error: Content is protected !!