Skip to content

Conversation

@pragatiahuja
Copy link
Contributor

Checklist

Description

Linked List is very commonly used with recursive approach as using recursion makes the process simpler and reduces the complexity of the code. So this is a code snippet of reversing a singly linked list using recursion. Hope it is useful!

Add recursive implementation for reversing a singly linked list.
@hollance
Copy link
Member

Swift code doesn’t need semicolons at the end of statements.

@richard-ash
Copy link
Contributor

Thanks for the PR @pragatiahuja !

@richard-ash richard-ash merged commit 2fdd8b8 into kodecocodes:master Aug 29, 2020
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.

3 participants