seanprashad/leetcode-patterns

Switching order of reverse linkedlist and palindrome linkedlist?

ap247 opened this issue · 2 comments

ap247 commented

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?

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 commented

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