Skip to content

Commit 11b367b

Browse files
committed
Added Problem 104
1 parent db15708 commit 11b367b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -575,3 +575,11 @@
575575

576576
#### Click [__*here*__](Solution/Day-103.cpp) for solution.
577577
---
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

Comments
 (0)