Question: please help me with this data structure QUESTION 24 Given a list below. Sort this list using the selection sort. List out or show the


QUESTION 24 Given a list below. Sort this list using the selection sort. List out or show the steps to get this list sorted in increasing order. 20 7 10 4 5 6 For the toolbar, press ALT+F10 (PC) or ALT+FN+F10 (Mac). BI VS Paragraph Arial 14px !!! 2 P QUESTION 25 c. e. Given the following segment of the program, a. Stack color = new Stack(5); b. Queue shape = new Queue(5); String x, y; d. S.push("blue"); S.push("orange"); f. Q.enqueue("green"); Q.enqueue("red"); h. x= S.peekTop(); i. Q.enqueue(x); j. System.out.println("Popped: "+S.pop(); k. y=Q.dequeue(); 1. System.out.println("Removed: "+y); m. S.push(y); Q.enqueue(y); 0. Q.enqueue(brown); p. System.out.println("Front from Q:" +Q.peekFront(); 9. System.out.println("Top from S:" +S.peek TopO); System.out.println("Stack size: "+S.size(); S. System.out.println("Queue size: "+Q.size(); n. r. Click Save and Submit to save and submit. Click Save All Answers to save all answers. Y. m. n. 0. com.vupows S.push(y); Q.enqueue(y); Q.enqueue(brown); System.out.println("Front from Q:" +Q.peekFront(); System.out.println("Top from S:" +S.peekTop(); System.out.println("Stack size: "+S.size(); System.out.println("Queue size: "+Q.size(); p. 9. r. S. After the code is executed, a) Show the output from the above program. (3.0 marks) b) List all the contents of the stack and queue. (1.5 marks) For the toolbar, press ALT+F10 (PC) or ALT+FN+F10 (Mac). BI V S Paragraph Arial V V 14px > EE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
