We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db15708 commit 11b367bCopy full SHA for 11b367b
README.md
@@ -575,3 +575,11 @@
575
576
#### Click [__*here*__](Solution/Day-103.cpp) for solution.
577
---
578
+## Problem 104
579
+##### This problem was asked by Google.
580
+##### Determine whether a doubly linked list is a palindrome. What if it’s singly linked?
581
+##### For example, 1 -> 4 -> 3 -> 4 -> 1 returns True while 1 -> 4 returns False.
582
+
583
+#### Click [__*here*__](Solution/Day-104.cpp) for solution.
584
+#### Click [__*here*__](https://leetcode.com/problems/palindrome-linked-list/) to visit [*LeetCode*](https://leetcode.com/) for this question.
585
+---
0 commit comments