This represents the values inserted in this order
45 15 85 75 55 70 95 25 60 50 90 40 80 35 20 10 5 65 30
Note: the tree is 5 nodes high, at most 5 comparisons to search 20 items. This is significant improvement over 20 comparisons Note: The tree is balanced so it provides optimum search time
  • Root Node blue
    Addr:0xd53390


  • Right Child Node pink

  • Left Child Node green