We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f6dd9 commit 8468ba8Copy full SHA for 8468ba8
README.md
@@ -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
src/main/java/weekly/wk300.java
@@ -9,6 +9,8 @@
public class wk300 {
+ //ranking: 466 / 6792
13
14
//简单题,注意空格和重复字符
15
public String decodeMessage(String key, String message) {
16
String replace = key.replace(" ", "");
0 commit comments