Objectives : Binary Search Tree

  • understand concept of a Binary Search Tree as an ADT
  • be able to design and maintain a Binary Search Tree using the College Board's Interface
  • understand when a Binary Search Tree is an appropriate ADT to use
  • be able to write standard tree functions
  • be able to analyze properties of Binary Search Tree (height, levels, children)
HOME