Skip to content

Palindrome Linked List - Data Structures #2360

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
Ratna04priya opened this issue Oct 1, 2021 · 0 comments · Fixed by #2746
Closed

Palindrome Linked List - Data Structures #2360

Ratna04priya opened this issue Oct 1, 2021 · 0 comments · Fixed by #2746

Comments

@Ratna04priya
Copy link

Is your feature request related to a problem? Please describe.
Problem-
Adding Palindrome Linked List in the data structure.
Given the head of a singly linked list, return true if it is a palindrome.
Describe the solution you'd like
Solution-
Using two pointer solution

Describe alternatives you've considered
Reversing the linked list: Alternative considered.

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.

1 participant