dengxinyi há 6 anos atrás
pai
commit
f7fb160601
1 ficheiros alterados com 5 adições e 0 exclusões
  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;
+    }
+}