Skip to content
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

Day18 q3: Palindrome Linked List #420

Open
Smita-Maurya opened this issue Jan 16, 2024 · 7 comments
Open

Day18 q3: Palindrome Linked List #420

Smita-Maurya opened this issue Jan 16, 2024 · 7 comments
Assignees

Comments

@Smita-Maurya
Copy link
Contributor

Given the head of a singly linked list, return true if it is a
palindrome or false otherwise.

Example 1:
Input: head = [1,2,2,1]
Output: true
Example 2:

Input: head = [1,2]
Output: false

@Prriya-Karn
Copy link

Prriya-Karn commented Jan 16, 2024

Please assign this question to me

@Shubh-Krishna
Copy link
Contributor

please assign this question to me :) @bh-g

@namita0210
Copy link
Contributor

Please assign this issue to me - for a solution in java @bh-g

@Akansha77
Copy link
Contributor

Please assign this issue to me.

@Shubhra-Narang
Copy link
Contributor

Please assign this issue to me

@priyagupta20044
Copy link
Contributor

please assign this question to me :) @bh-g

@Karnankita04
Copy link
Contributor

@bh-g please assign this issue to me

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.

8 participants