Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please use java application Problem 2: d) Create a new Node class, call it Node2 with Data, linkForward, and linkBackward e) Create a new class
please use java application
Problem 2: d) Create a new Node class, call it Node2 with Data, linkForward, and linkBackward e) Create a new class MyDoubly LinkedList. 1. Do the addToEnd() method 2. Do the addToFront() method 3. Do the displayForward() method 4. Do the displayBackward() method 5. Do the deleteFromFront) method 6. Do the deleteFromBack() method f Create a Test4 class to test your doubly linked list of Integer objects. 1. 2. 3. 4. 5. 6. Create an object of type MyDoublyLinkedList Add 3 Integer objects to the back of your doubly linked list Add 3 Integer objects to the front of your doubly linked list Display your list by going both forward and backward. Delete the node at the front Delete the node at the backStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started