CS2852
Data Structures

The lab checklist summarizes my requirements for the lab. Since Lab 3 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

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 (based on the one you are required to do by the lab instructions)

# Asymptotic Time Complexity Analysis for `removeDots()` or `removeDots2()`

Acknowledgement: Report format originally provided by Dr. Taylor