Skip to content

Assignments

AnneMarie edited this page Apr 17, 2019 · 23 revisions

The references for all my assignments will be here.

For Assignment #1 - File Reading/Character Matching/Word Substitution, view the FileReading project. To view the Javadocs for this project, click here.

For Assignment #2 - Selection and Merge Sort for an Array of Cards, view the Sorting Cards project. To view the Javadocs for the three classes in this project, click here for Card, click here for CardComparator, and click here for Deck.

For Assignment #3 - Index Maker with Sets/Maps, view the Index Maker project. To view the Javadocs for the three classes in this project, click here for IndexEntry, click here for DocumentIndex, and click here for IndexMaker.

For Assignment #4 - Production Line, view the Production Line project. To view the Javadocs for the three classes in this project, click here for Disk, click here for Tower, and click here for ProductionLine.

For Assignment #5 - Knapsack, view the Knapsack project. To view the Javadocs for this project, click here.

For Assignment #6 - Expression Trees, view the Expression Trees project. To view the Javadocs for the two classes I created in this project, click here for ExpressionTree and click here for ExpressionTreeTest. To view the more limited Javadocs for the classes I did not create but needed to use, click here for Expressions and click here for TreeNode.

For Assignment #7 - Hash Functions, view the Hash Functions project. To view the Javadocs for the classes I created in this project, click here for TicTacToeHashCode, click here for HashNode, click here for TTT_HC, click here for TicTacToeHashMap, and click here for TicTacToeMyHashMap. To view the Javadocs I wrote for Mrs. Kelly's classes, click here for Board and click here for TicTacToe.

For Assignment #8 - Priority Message Queue, view the Priority Message Queue project. To view the Javadocs for the classes in this project, click here for Message, click here for MessageListNode, click here for MessageQueue, click here for MessagePriorityQueue, and click here for PriorityQueueTest.

For Assignment #9 - Eight Queens, view the Eight Queens project. To view the Javadocs for the classes in this project, click here for Queen, click here for ChessSquarePanel, click here for PictureYourSolution, and click here for EightQueens.

Clone this wiki locally