Computer science Posted on April 15, 2016 by admin Computer science Assignment 1: Prove that Binary search iterates at most log(n) times. Give numerical example to show your work. Assignment 2: Write a class in C++ that implements Binary search and demo test of this class