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