In a 2-3 tree, how is the search key of a 2-node related to the search keys in the left subtree and the right subtree of the 2-node?
What will be an ideal response?
The search key of a 2-node must be greater than each search key in the left subtree and smaller than each search key in the right subtree.
Computer Science & Information Technology