The lab checklist summarizes my requirements for the lab. Since Lab 1 will be turned in electronically, you do not need to print the checklist.
The lab will be submitted through esubmit.
Reminder: To access esubmit from off-campus or Direct Supply, you will need to install Global Protect. Dr. Hasker's instructions will give you a good start.
You will upload:
- Your individual .java and .fxml files
- An executable .jar file
- A README.md file with a slightly more formal report
If you are submiting a draft submission to esubmit, please include the empty file DONOTGRADE.txt so that I don't start grading something until you intend it to be complete.
Use this template for your README.md. In particular, replace the TODOs with your results/discussion, maintaining the headings provided in the file. Also, delete either `removeDots()` or or or `removedDots2()` from the following line in the file:
# Asymptotic Time Complexity Analysis for `removeDots()` or `removeDots2()`
Acknowledgement: Report format originally provided by Dr. Taylor