We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d33099 commit b5081a8Copy full SHA for b5081a8
Linked List Problem/234. Palindrome Linked List.md
@@ -4,8 +4,8 @@ https://leetcode.com/problems/palindrome-linked-list/description/
4
5
## Problem Description
6
7
-Given the head of a singly linked list, return true <i>if it is a
8
-**palindrome** or false otherwise</i>.
+Given the **head** of a singly linked list, return true <i>if it is a
+**palindrome** or *false* otherwise</i>.
9
10
**Example 1:**
11
0 commit comments