
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Assignment; Professor: Bellaachia; Class: Software Paradigms; Subject: Computer Science; University: George Washington University; Term: Fall 2007;
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

In this project, we would like to create a system that keeps information about a collection of individuals. The collection might represent registered voters in a given region. The input information for each individual is:
ID, Name, gender, father’s name or ID, mother’s name or ID, DOB.
We assume the following:
Our objective in this project is to answer the relationships that exist among individuals. Examples of possible questions are:
You are required to outline your solution in the report. Your solution should use linked list data structures.
The system should be interactive and give the following information:
Notes: