public static void main(String[] args) throws IOException { // Step one: build words set ArrayList<String> words = new ArrayList<String>(); BufferedReader reader ...