CISS-111 Lists AI Prohibited 🚫 You may not use AI tools for this assignment. In this project, you will take the code from Example 7 in the Generic Methods and Classes topic and make some modifications. Change the class to: Maintain a tail node to reference the last node in the chain. Maintain a size … Read More “CISS-111 Extra Credit Lists” »
Category: CISS-111-Project
CISS-111 Project 6 AI Prohibited 🚫 You may not use AI tools for this assignment. 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 … Read More “CISS-111 Project 6” »
CISS-111 GUI Project Extra Credit AI Prohibited 🚫 You may not use AI tools for this assignment. 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. … Read More “CISS-111 Extra Credit GUI” »