Completed Two-Pointers-2#1792
Conversation
Merging of 2 arrays (Problem1.py)
VERDICT: NEEDS_IMPROVEMENT Search 2D sorted matrix II (Problem2.py)Strengths:
Areas for Improvement:
The submitted code solves a completely different problem than what was requested. To solve "Search 2D sorted matrix II," the student would need to implement a search algorithm that leverages the sorted row and column properties, such as starting from the top-right corner and moving left/down based on comparisons, or performing binary search on each row. VERDICT: NEEDS_IMPROVEMENT Edit and Remove Duplicates in an array (Problem3.py)
VERDICT: NEEDS_IMPROVEMENT |
No description provided.