Completed Binary Search 2 - #2359
Keerthi0910 wants to merge 3 commits into
Conversation
Find First and Last Position of Element in Sorted Array (Problem1.java)EVERAGE_SCORE: [score from 1-10, where (log n) is best, O(n) is okay, O(n^2) or worse is bad] VERDICT: PASS Find Minimum in Rotated Sorted Array (Problem2.java)Strengths:
Areas for Improvement:
Overall, this is a solid solution that demonstrates a good understanding of binary search in rotated sorted arrays. VERDICT: PASS Find Peak Element (Problem3.java)Your solution is correct and well-implemented! Here are some observations: Strengths:
Areas for improvement:
Minor suggestions:
Overall, this is a solid solution that demonstrates good understanding of the binary search technique for finding peak elements. VERDICT: PASS |
No description provided.