mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-14 13:28:03 +00:00
@@ -95,4 +95,4 @@ class LinkedList(object):
|
||||
while curr_node is not None:
|
||||
data.append(curr_node.data)
|
||||
curr_node = curr_node.next
|
||||
return data
|
||||
return data
|
||||
|
||||
Reference in New Issue
Block a user