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 37459ac commit 0ac6fdeCopy full SHA for 0ac6fde
data_structures/linked_list/doubly_linked_list_two.py
@@ -240,6 +240,7 @@ def create_linked_list() -> None:
240
>>> linked_list
241
LinkedList(head=None, tail=None)
242
>>> str(linked_list)
243
+ ''
244
>>> linked_list.insert_at_position(position=1, value=10)
245
246
0 commit comments