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

Sorted insert for circular linked list #52

Open
Rishikeshrajrxl opened this issue Jan 7, 2021 · 1 comment
Open

Sorted insert for circular linked list #52

Rishikeshrajrxl opened this issue Jan 7, 2021 · 1 comment

Comments

@Rishikeshrajrxl
Copy link
Contributor

There will be given a sorted circular linked list, the task is to insert a new node in this circular list so that it remains a sorted circular linked list.

Input:
LinkedList = 1->2->4
(the first and last node is connected, 4 --> 1)
data = 2
Output: 1 2 2 4

@Rishikeshrajrxl
Copy link
Contributor Author

please assign me this issue.

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

No branches or pull requests

1 participant