A tree in which the value in every node is more than node-values in its left subtree and less than node-values in its right subtree. Data Structures 4 July 20204 July 2020StudyBlocksLeave a Comment on A tree in which the value in every node is more than node-values in its left subtree and less than node-values in its right subtree.a) Binaray sorted treeb) B- treec) B + treed) AVL tree