Bug Report for https://neetcode.io/problems/longest-consecutive-sequence
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
nums=[-4]
nums=[0,3,2,5,4,6,1,1,4,5,6,12,6,7,2,4,3,45,6,2,4,5,2]
These are valid test cases that satisfy the constraints but are marked as Invalid test case. I have confirmed that they work on Leetcode.
