Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d8de721

Browse filesBrowse files
committed
Rename data structures/linked_list.py to data-structures/linked_list.py
1 parent 0c70e56 commit d8de721
Copy full SHA for d8de721

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: data-structures/linked_list.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.