Question: We will re-visit the War game you implemented in Assignment 3. This time, we wl make use of our new knowledge of data structures and






We will re-visit the "War" game you implemented in Assignment 3. This time, we wl make use of our new knowledge of data structures and see if this can make our code more streamlined and efficient! Minimum files to submit: LinkedList.java, Node java, Card.java, Deck.java, Pile java, Demo.java You will be using similar LinkedList and Node implementations as we have seen in previous labs and in class, but you must update these to work with objects of class Card instead of String objects. As a summary, your LinkedList and Node classes should adhere to the following UML descriptions
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
