CISS-111 Project 6 Write a Java program to demonstrate using hash tables. Doing more file processing, you will read in a dictionary file, dictionary.txt, and use its contents to spell check a file, checkme.txt, that is provided on the command line. Learning outcomes Working with Hash Tables. Establishing a working hash method to guarantee consistency. … Read More “CISS-111 Project 6” »
Category: CISS-111-Project
CISS-111-Project
CISS-111-Project
CISS-111 GUI Project Extra Credit In this project you will be revisiting some JavaFX components in addition to building some game logic and reacquainting ourselves with inheritance. The traditional 15-puzzle is relatively easy to solve. There are 15 tiles in a 4×4 grid. The missing 16th tile allows the tiles to be slid around the … Read More “CISS-111 Extra Credit GUI” »