Page 1 of 1

Stack can be reversed without using extra space by _____________

Posted: Wed Jul 13, 2022 7:40 pm
by answerhappygod
a) using recursion
b) using linked list to implement stack
c) using an extra stack
d) it is not possible