Vous êtes sur la page 1sur 2

Kenneth Berns 1

Project 2
Set implementation
CS 240 Section 01

Kenneth Berns
keberns@csupomona.edu
10/27/2013

Kenneth Berns 2

Section 1:
I used linked lists and their different commands to transverse the lists and complete the different
parts of the program. I used many if statements and had to create many specific exceptions to if
there were empty lists and what not.

Section 2:
I tested my program using my main method using the test cases given. Since you provided the 5
test cases, I will not describe them. =D

Section 3:
I learned about using singularly linked lists and the efficiency they bring with only simple calls
being made. I also learned how to directly code them, not only the logic behind them which I had
touched on in other classes.

Vous aimerez peut-être aussi