Question 5 (1 x 12 = 12 marks) Consider your ID as an array of 9 elements. Example ID: 201710340 arr 2 0 1 7 1 0 3 4 0 W
Posted: Fri May 20, 2022 10:54 am
Question 5 (1 x 12 = 12 marks) Consider your ID as an array of 9 elements. Example ID: 201710340 arr 2 0 1 7 1 0 3 4 0 WA Consider a Linear Queue implemented using an array of length 6. Show the contents of the queue after executing each of the following segments of code in order. a. Lengueuelare[]); Thienqueue (arr[1]); Thienqueuelare[2]); quenqueue (arr[3]); w q b. Adegueue(); .dequeue(); c. chenqueuelar.[4]); Thienqueue (arr[5]); q d. What is the output of the following statements? System.out.println(Csize()); System.out.println(first()); e. Explain what will happen after executing the following statement. quenqueue(ar[6]); q f. What is the performance (in Big-O notation) of each of the previous methods? Explain.