By Friday 10/27 - Implement BinarySearchWithDuplicates

Once you have your IntelliJ set up, code repo synced, and are comfortable with running ArraySearchTest, take a look at BinarySearchWithDuplicates and implement it before next lecture. 

The test BinarySearchWithDuplicatesTest is all set up for you.  Two test cases pass already, your task is to implement BinarySearchWithDuplicates such that all tests pass. 

What is the running time of your implementation?