Sadhiin/python linkedlist Linked List Reversal Function#91
Sadhiin/python linkedlist Linked List Reversal Function#91sadhiin wants to merge 4 commits intoextinctsion:masterfrom
Reversal Function#91Conversation
|
@extinctsion |
|
Hi @sadhiin, thanks for contributing in hacktoberfest. I have labelled ur PR as accepted and it will count as contribution. I have many PRs to review in other repo. Also, can you check why all the tests are failing and can you fix them? |
|
@AndrewHUNGNguyen, can you pls look after this PR and review? |
|
Hi buddy, recently we have fixed the checks issue, I would recommend you to pls take pull from main branch and merge it with you branch and then again push. This would resolve the pipeline issue. I'll then merge your code after review |
…edlist Hacktoberfest2024 contribution with updated/solved issue with github action.
|
|
no changes detected. now closing the PR |



Add Linked List Reversal Function
Description
This PR adds a new function
revrese_lined_listto thelinkedlist.pyfile. The function reverses a linked list in-place using an iterative approach.Changes
revrese_lined_listfunction that takes the head of a linked list as input and returns the new head of the reversed listTesting
Please test the new function with various linked list scenarios, including:
Notes