We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9adec commit 7469fc0Copy full SHA for 7469fc0
src/main/ruby/g0101_0200/s0138_copy_list_with_random_pointer/readme.md
@@ -75,7 +75,7 @@ require_relative '../../com_github_leetcode/random/node'
75
76
# @param {Node} node
77
# @return {Node}
78
-def copy_random_list(head)
+def copyRandomList(head)
79
return nil if head.nil?
80
81
# First pass to create cloned nodes and insert them after the original nodes
0 commit comments