CSci 2101 Labs 6. Java linked list.

Due Wednesday, June 8th at 11:59pm

35 points

The lab may be done individually or in pairs.

Introduction to Eclipse (5 points)

Your work should be done using Eclipse. Explore Eclipse menus and options. In comments for your program briefly describe three times when you used Eclipse code generating functions, Eclipse navigation (clicking on a method or a variable), or error-fixing options. Was it convenient? Confusing?

Finishing the linked list class (30 points)

Finish methods of the linked list class that we started in class. Make sure to test your methods thoroughly, submit all your test code.

Keep your methods clear and easy to read. Choose descriptive variable names. Also make sure to comment your code. Write a brief description of each method and comment non-obvious elements of your code.

How to submit:

Send me your code (with answers to Eclipse questions). CC your partner if you worked in a pair.


CSci 2101 course web site.