Khan.randRange(0,1) abs(IT-1) ["BST", "binary tree"]

Answer TRUE or FALSE.

A IARRAY[IT] is another name for a IARRAY[NOTIT].

False
  • True
  • False

A binary tree is either empty, or else a root node with two binary trees as children.

A BST (binary search tree) is a binary tree where, for every node N, all nodes in the left subtree of N have key values less than the key value of N, and all nodes in the right subtree of N have key values greater than the key value of N.