Skip to content

Conversation

@divyaa2809
Copy link

No description provided.

@divyaa2809 divyaa2809 changed the title Complete Binary search 1 Completed Binary search 1 Nov 15, 2025
@super30admin
Copy link
Owner

  • Strengths: The student correctly identified the need to first find the range where the target might be and then perform binary search within that range. The implementation is clean and efficient.
  • Areas for Improvement: The student should ensure that the solution matches the problem description. The solution in problem2.cpp is for a different problem and should not be included here. The comments could be more detailed to explain the two-phase approach (finding the range and then performing binary search).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants