Domanda di colloquio di CapitalVia

Basic puzzle,OOPs Concept,Data Structure likes you have to implement queue using two Stacks

Risposta di colloquio

Anonimo

8 giu 2015

this was very basic question,I told him that first insert all the element in one stack,then from one stack pop all element one by one and insert in second stack and then print the second stack,that's all.