Process

  1. To insert node
  2. If root node is less than , then
    1. If root node has a left child, then the root is
    2. Else, insert at v’s left
  3. If root node is more than , then
    1. If root node has a right child, then the root is
    2. Else, insert at v’s right