News

# WordFilter.f(String prefix, String suffix). # It will return the word with given prefix and suffix with maximum weight. # If no word exists, return -1. # words has length in range [1, 15000]. # For ...