LeetCode icon indicating copy to clipboard operation
LeetCode copied to clipboard

Copy-List-With-Random-Pointer issue

Open prakashn27 opened this issue 9 years ago • 0 comments

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}

prakashn27 avatar Feb 19 '15 20:02 prakashn27