LeetCode
LeetCode copied to clipboard
Copy-List-With-Random-Pointer issue
i am getting the below error for https://oj.leetcode.com/problems/copy-list-with-random-pointer/ Input: {-1,-1} Output: Random pointer of node with label -1 points to a node from the original list. Expected: {-1,-1}