dengxinyi 6 years ago
parent
commit
f7fb160601
1 changed files with 5 additions and 0 deletions
  1. 5 0
      hard/30.substring-with-concatenation-of-all-words.java

+ 5 - 0
hard/30.substring-with-concatenation-of-all-words.java

@@ -0,0 +1,5 @@
+class Solution {
+    public List<Integer> findSubstring(String s, String[] words) {
+        int m, n;
+    }
+}