Skip to content

Palindrome Linked List - Data Structures #2360

@Ratna04priya

Description

@Ratna04priya

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions