Question: QUESTION 1 (a) Given an array called A provide pseudocode to insert an d by the element x in location loc. Is this operations Stack
QUESTION 1 (a) Given an array called A provide pseudocode to insert an d by the element x in location loc. Is this operations Stack ADT? Justify your answer. (4 marks) (b) Given the Stack: 01234 where 0 represents an empty index and not a value. Write the output produced by the following series of operations. push(3), push(5), push(4), pop), push(2), top0, popO, isEmptyO, push(1), push(6), top0, push(7), isFullO. (6 marks) (c) Povide pseudocode for the following operations pertaining to a Stack: isFull(S), isEmpty(S), push(S. x), pop(S). S is an array and x is an element. Why does each operation except push(S, x) only require the single argument S? (15 marks) Total (25 marks)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
