We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4afdbd7 commit 0251f4fCopy full SHA for 0251f4f
README.md
@@ -2,7 +2,7 @@
2

3
4
[](http://makeapullrequest.com)
5
-[](https://github.com/yanglbme/qa)
+[](https://github.com/yanglbme/leetcode)
6
## Introduction
7
Complete solutions to Leetcode problems, updated daily.
8
solution/203.Remove Linked List Elements/README.md
@@ -30,5 +30,4 @@ class Solution {
30
return head.val != val ? head : head.next;
31
}
32
33
-```
34
-
+```
0 commit comments