Java Assignments
You have to use the textbook. On Practice-It!, look for "Related Files" links.
Textbook code can be found on my main Java page here.
| Set | Self Check (SC) -- #Currently exist in Practice-It!: SC 19–21. | |
| Set 111: | SC 11.1, 11.2 (read the textbook including Table 11.6), 11.3, 11.4, 11.8, 11.9. Lists. | |
| Set 112: | SC 11.10–11.15. Sets. | |
| Set 113: | SC 11.16, 11.17(See pp.726–727), 11.18, 11.19# (Hint: Think of the input Map as a HashMap with the given order of keys, not a TreeMap*), 11.21#, 11.22 (see the teacher if it is too complicated). Maps. *Or spend an extra hour writing a main to figure out why the solutions to line 2 and line 4 are inconsistent if the input map is a TreeMap. |
|
| Set | Exercises (E) -- Currently exist in Practice-It!: E 2, 3, 6–10, 12–15, 18, 19. @=Not in Practice-It! | |
| Set 114: | E 11.2, 11.3, 11.5@ (write a main to test it, run from the command line). | |
| Set 115: | E 11.6, 11.8, 11.9, 11.12. | |
| Set 116: | E 11.13, 11.15, 11.19. | |
| X11A: | E 11.16@ (1-to-1 sets are invertible!). | |
| X11B: | Programming Project #1. Edit distance. |
Latest update: Friday, September 12, 2014 1:38 PM