Write the main method to test the swaptwonodes method


Problem

Add a method swapTwoNodes to DoublyLinkedList class from week 2 lecture examples. This method should swap two nodes node1 and node2 (and not just their contents) given references only to node1 and node2. The new method should check if node1 and node2 are the same node, etc. Write the main method to test the swapTwoNodes method. Hint: You may need to traverse the list.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Write the main method to test the swaptwonodes method
Reference No:- TGS03302428

Expected delivery within 24 Hours