Skip to content

pre course 2 #1796

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

Lavanyarekkala
Copy link

Please find the attached homework assignment (Lakshmi Lavanya Rekkala_RN17JUL2025)

@super30admin
Copy link
Owner

  1. Correctness: The binary search implementation is correct and follows the standard recursive approach.
  2. Time Complexity: Correctly identified as O(log n).
  3. Space Complexity: Correctly identified as O(log n) due to recursive calls.
  4. Code Quality: The code is well-structured and readable. Comments are clear and helpful.
  5. Efficiency: The implementation is efficient. No optimizations needed.

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