Notes

  • If clauses are separated or have one if clause inside another if clause is possible to be different
  • Boolean values can be expressed in different ways to express the same result

Hacks

  1. Make a binary search tree of different the list [1,2,3,4,6,9,11,69]

  2. Explain thorughly how to find the number 69 in the list above (use key words)

  3. Make a diagram explaining how you found the list (not tree, include equation)

  4. Put this list of strings in a order that can be used for binary search [“store”,”Market”,”Walmart”,Target”,”Ralphs”]

  5. Explain why Binary Search is more efficient than Sequential Search

  6. [64,36,16,11,9] Explain which number you are finding, how many check it would take, and make a binary search tree