Skip to content

Commit 86bc105

Browse files
committed
update Q2
1 parent 22ce50c commit 86bc105

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
@@ -20,5 +20,5 @@ For question details, please go to [Leetcode](https://leetcode.com/problemset/al
2020
+ Easy 1 Two Sum -- `[for i,item in enumerate(nums)]`
2121
+ Medium 3 Longest Substring Without Repeating Characters
2222

23-
3. [Linked List]()
23+
3. [Linked List](https://github.com/KaidiGuo/Algorithm-Exercises/tree/master/Linked%20List)
2424
+ Medium 2 Add Two Numbers -- `[carry = carry//10]`

0 commit comments

Comments
 (0)