Math, asked by manyaaa3967, 1 year ago

Find start and end index of repeatative element in sorted arrat

Answers

Answered by sachin27637
0

Input : arr[] = { 1, 2 , 3 , 4 , 4} Output : 4 Input : arr[] = { 1 , 1 , 2 , 3 , 4} Output : 1

Similar questions