CS2852
Data Structures

The lab will be submitted through esubmit.

In addition to the specifications on the assignment page, you must implement a main method in your LookupTable class that tests all of the methods you implement. By implementing main inside the LookupTable class, you have access to the Entry object so that you can verify the value of the objects in your test code.

You will upload:

  • Your individual .java and .fxml files
  • An executable .jar file
  • A README.md file with an informal 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. You can continue making submissions until the deadline.

Please use the template below for your README.md. Remember to show extensions if you start by using a .txt file to ensure that your file is not named README.md.txt or just README by mistake.

## Introduction

[Replace this line with a description of the lab in your own words)]

## Conclusion

[Replace this line with a description of what you learned in this lab)]

## Things I Liked / Suggestions for Improvement

[Replace this line with what you liked or think could be improved about the lab. (Required.)]

(Acknowledgement: main test method requirement borrowed from Dr. Taylor)