Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Day-26 q3: Find first and last position of element in sorted array #560

Open
Smita-Maurya opened this issue Jan 24, 2024 · 12 comments
Open

Comments

@Smita-Maurya
Copy link
Contributor

Given an array of integers nums sorted in non-decreasing order, find the starting and ending position of a given target value.

If target is not found in the array, return [-1, -1].

You must write an algorithm with O(log n) runtime complexity.

Example 1:

Input: nums = [5,7,7,8,8,10], target = 8
Output: [3,4]

@Akansha77
Copy link
Contributor

please assign this issue to me.

@Kalpana8055
Copy link
Contributor

@bh-g this issue assign to me

@namita0210
Copy link
Contributor

Pls assign this issue to me @bh-g

@Anomasingh
Copy link
Contributor

Please assign this issue to me @bh-g .

@Tech-neophyte
Copy link
Contributor

Plz assign for python soln... @bh-g

@Karnankita04
Copy link
Contributor

@bh-g please assign this issue to me:)

@aishwarya-chandra
Copy link
Contributor

Please assign this issue to me

@Shubh-Krishna
Copy link
Contributor

please assign this question to me :) @bh-g

@Shruti-jha6
Copy link

please assign this issue to me @bh-g

@sriya-singh
Copy link

@bh-g @kratika-Jangid @karishma-2020 please assign this issue to me for cpp solution.

@priyagupta20044
Copy link
Contributor

Please assign this issue to me @bh-g .

@avanimathur
Copy link
Contributor

Please assign it to me @bh-g @kratika-Jangid

Anomasingh added a commit to Anomasingh/LeetCode_Q that referenced this issue Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment