Pergunta de entrevista da empresa Veritas Technologies

Design a Stack class using template.

Resposta da entrevista

Sigiloso

22 de jul. de 2017

I gave analogy of linked list to implement the solution. A template node class would be used to store data and a template linkedList class to perform operations on it. I answered all the quires regarding the implementation.