Skip to content

Commit f3d3d23

Browse files
committed
updated
1 parent b623091 commit f3d3d23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

insertion in linked list.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ def __init__(self, data):
33
self.data = data
44
self.next = None
55

6+
67
class Linkedlist:
78
def __init__(self):
89
self.head = None

0 commit comments

Comments
 (0)