8000 Rename data structures/linked_list.py to data-structures/linked_list.py · AllAlgorithms/python@d8de721 · GitHub
[go: up one dir, main page]

Skip to content

Commit d8de721

Browse files
committed
Rename data structures/linked_list.py to data-structures/linked_list.py
1 parent 0c70e56 commit d8de721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data structures/linked_list.py renamed to data-structures/linked_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ def traverse(self):
2222
node_1._next = node_2
2323
node_2._next = node_3
2424

25-
node_1.traverse()
25+
node_1.traverse()

0 commit comments

Comments
 (0)
0