Skip to content

Commit cf92365

Browse files
authored
Update 0138-copy-list-with-random-pointer.md
1 parent 47d2fc7 commit cf92365

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

dsa-solutions/lc-solutions/0100-0199/0138-copy-list-with-random-pointer.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,7 @@ Output: [[3,null],[3,0],[3,null]]
4343

4444
- The number of nodes in the list is in the range [0, 1000].
4545
- `-10000 <= Node.val <= 10000`
46-
<<<<<<< HEAD
4746
- Node.random is null or is pointing to some node in the linked list.
48-
=======
49-
- Node.random is null or is pointing to a node in the linked list.
50-
>>>>>>> d1e5b6b9625337acbd0c1a6ab0f47200eec03e80
51-
5247
---
5348

5449
## Approach to Solve the Copy List with Random Pointer Problem

0 commit comments

Comments
 (0)