2025 FALL CS-007 PROJECT #6. Jumbles

YOU -MUST- EXECUTE LIKE THIS: C:> java Jumbles dictionary.txt jumbles.txt
You must put the dictionary file FIRST on the cmd line.


YOU MUST HAND IN A FILE NAMED: Jumbles.java

There are many possible overall approaches to solving the Jumbles problem. You may solve it any way you can as long as you avoid processing any dictionary word more than once. Also you must generate the EXACT OUTPUT and you must *NOT* use TreeSet, TreeMap, HashSet, HashMap etc or any variant of these templated <> containers. Stick to plain arrays and ArrayLists. You may emulate a HashMap using ArrayList and or plain arrays if you happen to know what a HashMap is, but you may not use Java's Hash or Tree containers because those containers actually trivialize the problem. For this exercise you must use only the tools we have given you thus far.

READ THIS HELP DOCUMENT: A JUMBLES STRATEGY

REMOVE ALL COMMENTS AND ALL TIMING CODE FROM YOUR PROGRAM BEFORE HANDING IN

Excerpted from the  'Tribune Review' October 3, 2005

The Assignment