U3 S9 and S11
Hacks
-
Make a binary search tree of different the list [1,2,3,4,6,9,11,69]
-
Explain thorughly how to find the number 69 in the list above (use key words)
-
Make a diagram explaining how you found the list (not tree, include equation)
-
Put this list of strings in a order that can be used for binary search [“store”,”Market”,”Walmart”,Target”,”Ralphs”]
-
Explain why Binary Search is more efficient than Sequential Search
-
[64,36,16,11,9] Explain which number you are finding, how many check it would take, and make a binary search tree