Skip to content

Update in reverse linked list#40

Open
imdevil69 wants to merge 3 commits into
abhinandankumar403:mainfrom
imdevil69:main
Open

Update in reverse linked list#40
imdevil69 wants to merge 3 commits into
abhinandankumar403:mainfrom
imdevil69:main

Conversation

@imdevil69

Copy link
Copy Markdown
Contributor

Given pointer to the head node of a linked list, the task is to reverse the linked list. We need to reverse the list by changing the links between nodes.

Given pointer to the head node of a linked list, the task is to reverse the linked list. We need to reverse the list by changing the links between nodes.
Bubble Sort is the simplest sorting algorithm that works by repeatedly swapping the adjacent elements if they are in wrong order.
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 this pull request may close these issues.

1 participant