Completed BS2#2339
Conversation
prattiiksha
commented
May 12, 2026
- Find First and Last Position of Element in Sorted Array
- Find Minimum in Rotated Sorted Array
Find the First and Last Position of an Element in given Sorted Array (problem1.cpp)Strengths:
Areas for Improvement:
Minor Optimization: VERDICT: PASS Find the Minimum Element in a Rotated Array(sorted) (problem2.cpp)Strengths:
Areas for Improvement:
VERDICT: NEEDS_IMPROVEMENT Find the Peak ElementStrengths:
Areas for Improvement:
For the Peak Element problem specifically, the correct approach would be:
VERDICT: NEEDS_IMPROVEMENT |