Find All Numbers Disappeared in an Array, Min and Max in Array and Game of Life#1873
Find All Numbers Disappeared in an Array, Min and Max in Array and Game of Life#1873anirudhv98 wants to merge 2 commits into
Conversation
Disappeared Numbers (Problem1.cs)Strengths:
Areas for Improvement:
This is a textbook-optimal solution that demonstrates strong understanding of array manipulation techniques and in-place algorithms. VERDICT: PASS max and min (Problem2.cs)The student submitted a solution for the "max and min" problem, but their code is actually for the "Game of Life" problem. This is a clear mismatch between the problem they were asked to solve and the solution they submitted.
The student's solution is a good answer to the wrong question. They solved a different problem than what was assigned. This could be due to submitting the wrong file or misunderstanding the problem assignment. The code itself demonstrates good understanding of the Game of Life problem but is irrelevant to the "max and min" problem they were asked to solve. The student should resubmit the correct solution for the "max and min" problem. VERDICT: NEEDS_IMPROVEMENT Life GameStrengths:
Areas for Improvement:
The solution is functionally equivalent to the reference solution and demonstrates good understanding of the problem. VERDICT: PASS |
… and Game of Life
|
Added solution for Min and Max in Array |
Completed Array-2, please review.