Question: In data structure Java, PLEASE solve the problem 1&2, I need the complete code with run sample 1. Create Circular Double Linked List class. Each
In data structure Java, PLEASE solve the problem 1&2, I need the complete code with run sample

1. Create Circular Double Linked List class. Each node should have course ID and name in the data section. Apply all the following operations: Display: forwardDisplay, backwardDisplay. Adition: addFirst, addLast, addAtPos. Deletion: deleteFirst, deleteLast, deleteNode. FindNode: to find a node with specific given ID. . . . 2. Add findDuplicate method to Circular Double LinkedList class to find and display courses with DUPLICATE IDs. Sample output after adding some nodes to the list and calling findDuplicate method: un ID:333 - Name: Islamie ID:512 - Name: Math 2 ID: 616 - Name: Digital Hardware ID:512 - Name: Data Structures ID: 444 - Name :0002 ID: 707 - Name:OOP2 ID:121 - Name: OOP1 ID:333 - Name: Mathi ID:444 - Name:Physics Duplicate ID: 333 For Courses: Islamic, Mathi Duplicate ID: 512 Yor Course Mach2Data Structures Duplicate ID: 444 For Courses: OOP2 Physics BUILD SUCCESSFUL (total sime: 0 seconds)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
