Bug Report for https://neetcode.io/problems/linked-list-cycle-detection
The constraints for the problem state that there is at least 1 entry in the linked list, but there's an empty list in the test cases, so it blows up in the header.next instruction.
I printed the node just to be sure:
Best regards