CSCI 112
Lab 9 - Recursive Binary Search


Objectives:


Readings:


Deliverables: (DUE BY MIDNIGHT ON 04/09/2013)


TO DO (for this lab)

6
a d n o x y
3
n x z

  n found at    2 during iteration    0.
  x found at    4 during iteration    1.
  z not found!
Note, the above output with blanks marked (b) would look like:
bbbn found at bbb2 during iteration bbb0.
bbbx found at bbb4 during iteration bbb1.
bbbz not found!

LAB 9 ENRICHMENT