Skip to content

Commit 0251f4f

Browse files
committed
Update solution 203
1 parent 4afdbd7 commit 0251f4f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
![LeetCode-GitHub](http://p9ucdlghd.bkt.clouddn.com/leetcode-github.png)
33

44
[![PRs Welcome](https://img.shields.io/badge/PRs-Welcome-brightgreen.svg)](http://makeapullrequest.com)
5-
[![Java Version](https://img.shields.io/badge/Lang-Java-red.svg)](https://github.com/yanglbme/qa)
5+
[![Language](https://img.shields.io/badge/Lang-Java%2FPython-blue.svg)](https://github.com/yanglbme/leetcode)
66
## Introduction
77
Complete solutions to Leetcode problems, updated daily.
88

solution/203.Remove Linked List Elements/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ class Solution {
3030
return head.val != val ? head : head.next;
3131
}
3232
}
33-
```
34-
33+
```

0 commit comments

Comments
 (0)