- 
 
 - 
  Notifications
 
You must be signed in to change notification settings  - Fork 9.1k
 
Add Solution and Readme.md for 30[Java] #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我先 merge 啦,后面你方便的话,可以修改一下噢😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😁一点小建议噢,代码块的添加与 LeetCode 保持一致:示例字体加粗,输入输出用代码块包围。
e.g.
示例 1:
输入:
 s = "barfoothefoobarman",
 words = ["foo","bar"]
输出: [0,9]
解释: 从索引 0 和 9 开始的子串分别是 "barfoor" 和 "foobar" 。
输出的顺序不重要, [9,0] 也是有效答案。
示例 2:
输入:
 s = "wordgoodstudentgoodword",
 words = ["word","student"]
输出: []
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
注释的缩进与代码保持一致~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里缩进得有点多噢~是不是贴过来的时候乱了(⊙o⊙)?
后面代码注释也有缩进的问题。
Correct my error in Readme.md for 029, and Add Solution and Readme.md for 30[Java]