Question: In this problem youll be implementing a stack class using a numoy anay Assone the top of the stack is the greatest index of the
In this problem youll be implementing a stack class using a numoy anay Assone the top of the stack is the greatest index of the aay 10.2 This stack is very small fonly 3 spets Yo also nent auction poekO that shows what he top of the stack is wifout removing . For pop ad pah retim set when agpopropriat. class Stack 5 defit(selt) self.s .np.ers 3,dtype int) def pushself, STO DO 15 def poptself) TO DO 21 22 def peek(sel 23 25 20 27 30 31 x Stack) 32 print(x.t.x.s.x.peek()) 33 .push(44) 34 print(x.t.x.s,x.peek()) 35 x.push(10) 6 print(x.t.x.s.x.peek()) 37 .push(200) 8 print(x.t.x.s.x.peek()) 39 x.pop(O 40 print(x.t.x.s.x.peek)) 41 x.pop(o
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
