We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c99b6f commit a00b568Copy full SHA for a00b568
linked-list/sorted-linked-list.py
@@ -65,7 +65,7 @@ def display_list(self):
65
p = p.link
66
print()
67
68
-########################################################################
+#########################################################################
69
70
list = SortedLinkedList()
71
list.create_list()
0 commit comments