SarthakKeshari / Java-Questions-and-Solutions

This repository aims to solve and create new problems from different spheres of coding. A path to help students to get access to solutions and discuss their doubts.
MIT License
46 stars 95 forks source link

Find the high and low index of a given key in the sorted array #430

Closed venkatsgithub1 closed 2 years ago

venkatsgithub1 commented 2 years ago

Enter your question -

Suppose there is a sorted array and the values maybe repetitive, find the low index and high index at which that key appeared in the array.

Enter link to the question(if question belongs to any online platform) -

Learning from Educative.io.

Tags for the question(eg - Array, Basic, Stack, etc.) -

Array

venkatsgithub1 commented 2 years ago

Looks like, not an issue. Closing.