You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The problem is to add a node with integer data that is taken as an input from the user and add this node to the head of the Circular Linked List. Circular Linked Lists is a type of Linked Lists that has only the next pointer, but the main difference between SLL and CLL is that CLL's last node's next pointer would point to the head of the CLL
Describe the solution you'd like
I would like to create a directory named Circular Linked Lists and provide a C++ coded solution to this problem
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The problem is to add a node with integer data that is taken as an input from the user and add this node to the head of the Circular Linked List. Circular Linked Lists is a type of Linked Lists that has only the next pointer, but the main difference between SLL and CLL is that CLL's last node's next pointer would point to the head of the CLL
Describe the solution you'd like
I would like to create a directory named Circular Linked Lists and provide a C++ coded solution to this problem
The text was updated successfully, but these errors were encountered: