Completed Problem 1 - #2695
Completed Problem 1#2695irrawaddy28 wants to merge 1 commit into
Conversation
Design HashSet (Exercise_2.py)It appears there has been a significant mix-up. The solution you provided is for the "Min Stack" problem, not the "Design HashSet" problem. To correctly solve the Design HashSet problem, you need to:
A simple approach could be:
Or a more space-efficient approach using bucketing as shown in the reference solution. Please resubmit with the correct solution to the Design HashSet problem. VERDICT: NEEDS_IMPROVEMENT Min StackStrengths:
Areas for Improvement:
VERDICT: PASS |
No description provided.