예제 #1
0
 @Test
 public void testRotatedMin() throws Exception {
   assertEquals(4, Search.rotatedMin(new Integer[] {38, 40, 55, 89, 6, 13, 20, 23, 36}));
 }