Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Insert At Head for Circular Linked Lists #145

Closed
kiruba-r11 opened this issue May 28, 2021 · 2 comments · Fixed by #152
Closed

Add Insert At Head for Circular Linked Lists #145

kiruba-r11 opened this issue May 28, 2021 · 2 comments · Fixed by #152
Assignees

Comments

@kiruba-r11
Copy link
Contributor

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

@kiruba-r11
Copy link
Contributor Author

@smv1999 I would like to work on this issue.

@smv1999
Copy link
Owner

smv1999 commented May 28, 2021

Sure @kiruba-r11 , you can go ahead !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants