Data structure & alogrithum java program Create a corresponding DRIVER/Tester class that performs the following steps: 1. Create an instance of this deque containing a list of string data-type 2. Check if deque is empty 3. Display who is in the front and who is in the back 4. Add 6 elements to this queue containing a list of people's First and Last Names (your friends, family, Tv Show characters, sports) by adding some to the front and some to the back 5. Check if the queue is empty 6. Display who is in the front and who is in the back 7. Remove the person on the front and the person in the back 8. Display who is in the front and who is in the back 9. Clear all elements in the queue 10. Check if the queue is emoty 11. Display who is in the front and who is in the back
Data structure & alogrithum java program Create a corresponding DRIVER/Tester class that performs the following steps: 1. Create an instance of this deque containing a list of string data-type 2. Check if deque is empty 3. Display who is in the front and who is in the back 4. Add 6 elements to this queue containing a list of people's First and Last Names (your friends, family, Tv Show characters, sports) by adding some to the front and some to the back 5. Check if the queue is empty 6. Display who is in the front and who is in the back 7. Remove the person on the front and the person in the back 8. Display who is in the front and who is in the back 9. Clear all elements in the queue 10. Check if the queue is emoty 11. Display who is in the front and who is in the back
Data structure & alogrithum java program Create a corresponding DRIVER/Tester class that performs the following steps: 1. Create an instance of this deque containing a list of string data-type 2. Check if deque is empty 3. Display who is in the front and who is in the back 4. Add 6 elements to this queue containing a list of people's First and Last Names (your friends, family, Tv Show characters, sports) by adding some to the front and some to the back 5. Check if the queue is empty 6. Display who is in the front and who is in the back 7. Remove the person on the front and the person in the back 8. Display who is in the front and who is in the back 9. Clear all elements in the queue 10. Check if the queue is emoty 11. Display who is in the front and who is in the back
Create a corresponding DRIVER/Tester class that performs the following steps:
1. Create an instance of this deque containing a list of string data-type 2. Check if deque is empty 3. Display who is in the front and who is in the back 4. Add 6 elements to this queue containing a list of people's First and Last Names (your friends, family, Tv Show characters, sports) by adding some to the front and some to the back 5. Check if the queue is empty 6. Display who is in the front and who is in the back 7. Remove the person on the front and the person in the back 8. Display who is in the front and who is in the back 9. Clear all elements in the queue 10. Check if the queue is emoty 11. Display who is in the front and who is in the back