auto commit
This commit is contained in:
@ -61,7 +61,6 @@ public RandomListNode Clone(RandomListNode pHead) {
|
||||
RandomListNode next = cur.next;
|
||||
cur.next = next.next;
|
||||
cur = next;
|
||||
next.next = cur.next;
|
||||
}
|
||||
return pCloneHead;
|
||||
}
|
||||
|
Reference in New Issue
Block a user