Skip to content

Commit 8617d46

Browse files
committed
Readme update
1 parent 8d767fe commit 8617d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Success is like pregnancy, Everybody congratulates you but nobody knows how many
1111
## Linked List
1212
| # | Title | Solution | Time | Space | Difficulty |Tag| Note|
1313
|-----|-------| -------- | ---- | ------|------------|---|-----|
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|
14+
|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

Comments
 (0)