Skip to content

Commit 8e06e7a

Browse files
authored
Update number-of-strings-that-appear-as-substrings-in-word.py
1 parent 2ad389b commit 8e06e7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/number-of-strings-that-appear-as-substrings-in-word.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def __get_ac_node_outputs(self, node): # Total Time: O(n), modified
6868
output = output.output
6969
return result
7070

71+
7172
# ac automata solution
7273
class Solution(object):
7374
def numOfStrings(self, patterns, word):

0 commit comments

Comments
 (0)