Skip to content

Commit 8468ba8

Browse files
committed
add README.md
1 parent b3f6dd9 commit 8468ba8

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Diff for: README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
# Leetcode weekly
3+
4+
Record leetcode contest and ideas every week, and encourage yourself to think more
5+
6+
7+
8+
* 🏄🏻 [weekly contest 300](src/main/java/weekly/wk300.java)
9+
10+
11+
12+

Diff for: src/main/java/weekly/wk300.java

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
public class wk300 {
1111

12+
//ranking: 466 / 6792
13+
1214
//简单题,注意空格和重复字符
1315
public String decodeMessage(String key, String message) {
1416
String replace = key.replace(" ", "");

0 commit comments

Comments
 (0)