Skip to content

Switching order of reverse linkedlist and palindrome linkedlist? #243

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

Closed
ap247 opened this issue Nov 19, 2022 · 2 comments · Fixed by #244
Closed

Switching order of reverse linkedlist and palindrome linkedlist? #243

ap247 opened this issue Nov 19, 2022 · 2 comments · Fixed by #244

Comments

@ap247
Copy link

ap247 commented Nov 19, 2022

Would you consider switching the order of reverse LinkedList and palindrome linked list since palindrome seems to require reverse in its solution, making reverse a natural lead into palindrome?

seanprashad added a commit that referenced this issue Nov 19, 2022
Solving these questions in order will develop a better intuition!

Fixes #243
seanprashad added a commit that referenced this issue Nov 19, 2022
Solving these questions in order will develop a better intuition!

Fixes #243
@seanprashad
Copy link
Owner

Hey @ap247! Thanks for the suggestions - I've gone ahead and moved Reverse a Linked List in front of Palindrome Linked List. Thank you!

@ap247
Copy link
Author

ap247 commented Nov 19, 2022

Hey Sean, thanks for the quick change! I really appreciate the list and that you're still actively maintaining it.

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 a pull request may close this issue.

2 participants