Question: The following function is intended to compare two LinkedLists. It should return true if the two lists are of the same length, and pair of

The following function is intended to compare two LinkedLists. It should return true if the two lists are of the same length, and pair of elements at a given index in the two lists are equal. The "equals()" method inherited from the Object class is sufficient to determine if two objects are equal. Assume both are lists of "Object" variables. Using the "size method in the LinkedList class, and the "equals(Object obj)" method in the Object class, fill in the contents of this function. public boolean equalLists (LinkedList 11, LinkedList 12) f
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
