| Dictionary | Document | Collection | Misspelled | Time to add | Time to spell-check | | words.txt | story.txt | ArrayList | XXXXX | X mins XX.XXXXXXXXXX secs | X mins XX.XXXXXXXXXX secs | | words.txt | story.txt | LinkedList | XXXXX | X mins XX.XXXXXXXXXX secs | X mins XX.XXXXXXXXXX secs | | words.txt | story.txt | SortedArrayList | XXXXX | X mins XX.XXXXXXXXXX secs | X mins XX.XXXXXXXXXX secs | | story.txt | words.txt | ArrayList | XXXXX | X mins XX.XXXXXXXXXX secs | X mins XX.XXXXXXXXXX secs | | story.txt | words.txt | LinkedList | XXXXX | X mins XX.XXXXXXXXXX secs | X mins XX.XXXXXXXXXX secs | | story.txt | words.txt | SortedArrayList | XXXXX | X mins XX.XXXXXXXXXX secs | X mins XX.XXXXXXXXXX secs |Once you have run all of you tests for the above table, you should use your findings to predict which of following will run fastest/slowest. Place a **1** the location that will run the fastest, a **2** in the next fastest, ..., and **12** in the location that you believe will run the slowest. | Dictionary | Document | Collection | Time to Add | Time to Spell-Check | | ---------- | -------- | ---------- | ------------------------ | ----------- | -------------- | | `words.txt` | `kjv10.txt` | `ArrayList` | | | | `words.txt` | `kjv10.txt` | `LinkedList` | | | | `words.txt` | `kjv10.txt` | `SortedArrayList` | | | | `kjv10.txt` | `words.txt` | `ArrayList` | | | | `kjv10.txt` | `words.txt` | `LinkedList` | | | | `kjv10.txt` | `words.txt` | `SortedArrayList` | | | ### Instructor Specific Deliverable Your instructor may require that you run the following tests also. Keep in mind that these tests will require more time to run. Therefore, make sure you budget sufficient time so that you are not waiting on results while your submission deadline passes. | Dictionary | Document | Collection | Number Not in Dictionary | Time to Add | Time to Spell-Check | | ---------- | -------- | ---------- | ------------------------ | ----------- | -------------- | | `words.txt` | `kjv10.txt` | `ArrayList` | | | | | `words.txt` | `kjv10.txt` | `LinkedList` | | | | | `words.txt` | `kjv10.txt` | `SortedArrayList` | | | | | `kjv10.txt` | `words.txt` | `ArrayList` | | | | | `kjv10.txt` | `words.txt` | `LinkedList` | | | | | `kjv10.txt` | `words.txt` | `SortedArrayList` | | | | ## Lab Deliverables > See your professor's instructions for details on submission guidelines and due dates. > * Dr. Taylor's students: See below > * All other students should refer to Blackboard > >If you have any questions, consult your instructor. ## Acknowledgements This assignment was written by [Dr. Chris Taylor](/taylor).
Lab
4
Get started now
Thursday, 30-Mar-2017 11:56:15 EDT