From df94fca50eeb418648514b2b12374d3fef04629f Mon Sep 17 00:00:00 2001 From: Ujjwal Sharma Date: Tue, 31 Oct 2017 10:25:06 +0530 Subject: [PATCH] Update linklist.py --- PYTHON/linklist.py | 1 + 1 file changed, 1 insertion(+) 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