You're welcome
I don't know how to give a hint, I'm trying to explain it in a high level pseudocode
Code:function print_stack(stack s) if the stack isn't empty then x<-pop(s) print x call print_stack function passing s, that is, call after call without the top element push(x);



LinkBack URL
About LinkBacks




