neetcode-gh/leetcode

Bug Report for reorder-linked-list

Opened this issue · 1 comments

Bug Report for https://neetcode.io/problems/reorder-linked-list

Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.

Passes the test case [2,4,6,8] when running code but fails on the exact same test case when submitting? If it fails that test case, shouldn't it also fail when run?

Can you please share the code?