City College of San Francisco Instance Data Variables Worksheet
Description
As stated in the Syllabus, projects that do not compile will receive 0 points. Note that compiler warnings are okay (and expected in a class such as this that uses generics). But compiler errors that mean you cannot compile your code will result in a score of 0.
Class Header and Instance Data Variables
Your class header and instance data variables will be:
public class LinkedFrontBackCappedList<T>
implements FrontBackCappedListInterface<T> {
private Node head, tail;
Use the same nested Node class that is used in LList. I have provided a shell file for you to start with.
You CAN add additional variables other than head and tail.
Have a similar assignment? "Place an order for your assignment and have exceptional work written by our team of experts, guaranteeing you A results."