Skip to content

Commit 5f0181a

Browse files
committed
Added double linkedlist with python
1 parent 4b90515 commit 5f0181a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data Structures/Linked Lists/Doubly Linked List/d_linkedlist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ def remove(self, index):
170170
f = int(input('Enter the index: '))
171171
g = int(input('Enter the number: '))
172172
li.addmid(f, g)
173-
li.prinnt()
173+
li.prinnt()

0 commit comments

Comments
 (0)