Login

Browse Items (107 total)

A binary search tree is a data structure that is used to handle simple decisions. In this assignment you will use a binary search tree to store words and keep a counter of how many times those words exist in the specified document. The objectives…

The Scrum Process Management assignment directs student teams to develop software using the Scrum process management strategy. The Scrum Process Management assignment follows five assignments that prepare students to develop the software they…

Create UML sequence diagrams to express class behavior

In this assignment the student writes test specifications for an implementation of the singly-linked list and then is responsible writing code and executing the tests. The assignment is applicable to any implementation of the linked list (either…

There are many different ways to count the number of distinct occurrences of each word in a text file. In this assignment students are asked to implement and compare the efficiency of several of these methods, including self-adjusting lists,…

Tags:

Linked list creation and manipulation; simulation of card deck shuffling

Students start with the implementation of a basic linked last class and selected functionality designed to force them to thin through the issues of modifying lists without…

In this game, the objective is for the farmer to get his fox, chicken and grain safely across a river from the south bank to the north bank. this is a simple game where YOU get to pick the appropriate data structure(s)! In this assignment, the…

Create UML Class diagrams that represent a problem domain from a requirement

This is the second of many milestones associated with the project. You will be using the ER diagram and problem statement you developed in the previous milestone in this assignment. You will refer back to the relational schema developed in this…

The Preliminary Test Plan Report assignment directs student teams to develop a test plan for items on the Prioritized Bug/Enhancement Report. The Preliminary Test Plan Report is fifth of five assignments that prepare students to develop the software…