Example #1
0
 @Test
 public void testBinarySearchMatrixTrue() throws Exception {
   assertTrue(Arrays.equals(new int[] {1, 1}, Search.binarySearchMatrix(m, 11)));
 }