In this assignment, we will use a given test menu for thetemplate Deque Class (a Linked List based Double Ended Queue,Deque) that you have put together. Recommended Steps Step 1. IntQ-> IntDeque Bring up the starter, where the Node is a doublyLinked Node different from the AS9 , a singly Linked Node. To moveand adapt your AS9 IntLinkedQueue to AS10 as IntDeque where theDeque is a Double Ended Queue. Comment out all the auxiliaryfeatures in the main test driver. Add necessary test featuredrivers, as you see fit. Test to make sure all features are workingcorrectly. Step 2. Template the IntDeque
OR
OR