Skip to content

Commit d3a06d9

Browse files
author
konstantin
committed
Medium138 challenge
1 parent 8c29d9b commit d3a06d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/medium/138. Copy List with Random Pointer .kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import LinkedListTopic
2222
* Your code will only be given the head of the original linked list.
2323
*/
2424

25-
class Medium138: HashTableTopic, LinkedListTopic {
25+
class Medium138 : HashTableTopic, LinkedListTopic {
2626

2727
fun copyRandomList(head: Node?): Node? {
2828
head ?: return null

0 commit comments

Comments
 (0)