

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
A project for the cst 230 applied data structures course, where students are required to build their own linkedlist adt and use the one provided in the java utils package. The project involves implementing various methods such as insert, add, equals, remove, size, print, and find. Students will also learn how to use the linked list in the java.utils package and execute the program by opening a file and creating instances of their linked list class and the one from the java.utils package.
Typology: Study Guides, Projects, Research
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Project 1 1 2/2/2008 6:52:24 PM
This project involves building your own LinkedList ADT as well as using the one provided in Java utils package.
Project 1 2 2/2/2008 6:52:24 PM
the java.utils package. As you parse the input file, you will perform the same operation on your linked list as well one from the java.utils package.