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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!