Completed both the problems - #1892
Conversation
Find All Numbers Disappeared in an Array (find_all_numbers_disappered_in_an_array.java)[Constructive feedback for the student] VERDICT: PASS max and min (game_of_life.java)It appears you have submitted a solution for a different problem (Game of Life) instead of the "max and min" problem. Please review the problem statement carefully: The "max and min" problem requires you to:
The optimal approach (as shown in the reference solution) involves:
Please resubmit with a solution that actually addresses finding the minimum and maximum in an array. VERDICT: NEEDS_IMPROVEMENT Game of LifeEwhy this verdict? The student's solution is correct, has the same time complexity as the reference solution, and uses the same in-place approach with state encoding. The code is well-structured and readable. The only minor issue is the inclusion of an unrelated file in the submission, but the actual solution is correct. VERDICT: PASS |
No description provided.