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 8d767fe commit 8617d46Copy full SHA for 8617d46
README.md
@@ -11,4 +11,4 @@ Success is like pregnancy, Everybody congratulates you but nobody knows how many
11
## Linked List
12
| # | Title | Solution | Time | Space | Difficulty |Tag| Note|
13
|-----|-------| -------- | ---- | ------|------------|---|-----|
14
-|234|[Palindrome Linked List](https://github.com/yuzhoujr/LeetCode/blob/master/linkedlist/palindrome.py) | [Python](./Python/add-two-numbers.py) | _O(n)_| _O(1)_ | Easy |CC189| Two Pointers|
+|234|[Palindrome Linked List](https://leetcode.com/problems/palindrome-linked-list/) | [Python](./linkedlist/palindrome.py) | _O(n)_| _O(1)_ | Easy |CC189| Two Pointers|
0 commit comments