diff --git a/PYTHON/linklist.py b/PYTHON/linklist.py index 6d8536c..7b9077a 100644 --- a/PYTHON/linklist.py +++ b/PYTHON/linklist.py @@ -1,4 +1,5 @@ #Class to create a node with key and next pointer +#------------------------------------------------ class Node: #Constructor to initialize key & node