Pergunta de entrevista da empresa CapitalVia

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

Resposta da entrevista

Sigiloso

8 de jun. de 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.