Word parser script and implementing memoization
问题 Description Given a dictionary, my program generates two output files, 'sequences.txt' and 'words.txt'. 'sequences' contain every sequence of four letters (A-z) that appear in exactly one word of the dictionary, one sequence per line. 'words' will contain the corresponding words that contain the sequences, in the same order, again one per line. For example, given spec/fixtures/sample_words.txt dictionary containing only arrows carrots give me The outputs should be: 'sequences' 'words' carr