Submission due 11pm, Friday of week 6
You must complete the reportL6.txt file adding
your benchmarking results a discussion (a few sentences) describing how you
compared the performance of the different strategies and your conclusions.
You must submit a .zip
file containing an executable
2852[username].jar
file (that does not contain your source
files) and the package directory containing the source files for your
program. When the file is unzipped, a folder with a name matching your
MSOE username should be extracted. The folder should contain all of the source
files needed to compile and run your program. The folder should not contain
any additional files or folders.
If you chose to implement a GUI in addition to the command-line program,
please include an additional 2852[username]FX.jar
—
an executable jar file for the GUI applidation.
For example, if I were to submit my code, the unzipped contents of my
submission would be:
2852taylor.jar
2852taylorFX.jar (optional)
taylor (folder with the following files inside)
WordSearchCLI.java
GameBoard.java
AutoCompleter.java
...
WordSearchGUI.java (optional)
WordSearchController.java (optional)
wordsearch.fxml (optional)
Your code must follow the Coding Standards.