[SOLVED] Implement a method called reverse

20.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (1 vote)

Implement a method called reverse (“public static void reverse(LinkedList strings)”) that takes in a LinkedList of strings and reverses each entry in the linked list. (No main is required for this question; the output below comes from us testing the method from another class.) Do not use Collections.reverse() to reverse the elements of the linked list. [5 points] See the attached ListReverser.java for the code in the driver/main method we are using to run your reverse method. You need to complete the reverse method inside this class.

HW11Q1Example.png

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.