Question: answer the question a until d...just ignore the answer in the picture 8. Figure 1 illustrates the content of an array that is used to

answer the question a until d...just ignore the answer in the picture
8. Figure 1 illustrates the content of an array that is used to implement a list of 3 elements: in a a. Suppose aSize is the size of the array and ISize is the size of the list in Figure 1, what are the values of asize and ISize? b. Draw the resulting array when insert(1, "inspire") is executed to the list in Figure 1. If error is expected, explain your answer. c. Draw the resulting array when insert (4, "dedication") is executed to the list in Figure 1. If error is expected, explain your answer. Error is expected as the size of the list is 3 and the value to be inserted is at index 4 . d. Draw the singly linked-list illustrating the original list in Figure 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
