Same binary search method but in another situation. The given condition shown below.
int[] arraySearchRotated = { 5, 6, 7, 8, 9, 10, 1, 2, 3 }; int target = 10;