Skip to content

Commit cca9b2d

Browse files
authored
Update genericRoutines.py
1 parent 1eeb1e0 commit cca9b2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

genericRoutines.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ def main(pattern, filenames):
195195

196196
#########################################################################################################################
197197
# Find the longest non repeating substring in a string
198+
#input 'pwwkew'
199+
#output 'wke'
198200
def max_substring(string):
199201
last_substring = ''
200202
max_substring = ''

0 commit comments

Comments
 (0)