Welcome to
hgn's note
LeetCode: Odd even linked list
13 - 04 - 2024
LeetCode: Odd even linked list - The hint is to use 2 pointers. Loop with the condition of even pointer because if you use odd, odd will become null before even