Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upReverse-Of-A-linkedlist.py #2972
Conversation
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 links between nodes.
Travis tests have failedHey @MuskanChoyla, TravisBuddy Request Identifier: 86da3370-088d-11eb-9b15-83942378e0dd |


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 links between nodes.
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}.