From 430bc498d4c1be80104bb0ab54a40f294507a43d Mon Sep 17 00:00:00 2001 From: Sumeet Mahajan Date: Tue, 23 Jul 2019 13:26:41 +0530 Subject: [PATCH] added resource (Linked List) added one more resource for practicing linked list problems. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e89f793..345e396 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,7 @@ In a circular singly linked list, the last node of the list is made to point to **Practice here**: - https://www.hackerrank.com/domains/data-structures/linked-lists +- https://www.interviewbit.com/courses/programming/topics/linked-lists/ - http://www.geeksforgeeks.org/practice-questions-for-linked-list-and-recursion/ ## Queues