Completed Problem 2, leetcode 289 and 448 - #1890
Conversation
Find All Numbers Disappeared in an Array (Problem2-MinAndMaxOfArray.py)It looks like you've submitted a solution for a different problem (Find Min and Max of Array) instead of the actual problem (Find All Numbers Disappeared in an Array). To solve the correct problem, you need to:
Here are some approaches you could consider:
Please make sure to:
VERDICT: NEEDS_IMPROVEMENT max and min (Problem1-Leetcode448.py)It looks like you've submitted a solution for a different problem (LeetCode 448 - Find All Numbers Dised in an Array) instead of the "max and min" problem. To solve the actual problem, you need to:
The optimal approach is to process elements in pairs:
Please resubmit with a solution that actually addresses the "max and min" problem. VERDICT: NEEDS_IMPROVEMENT Game of Life (Problem3-Leetcode289.py)EIGHT tokens VERDICT: NEEDS_IMPROVEMENT |
No description provided.