Frage im Vorstellungsgespräch bei Cisco

How would you code a stack using linked list?

Antwort im Vorstellungsgespräch

Anonym

4. Apr. 2011

Well, I wrote the code for the basic functions of a stack ie push, pop and isempty using linked list which is pretty straight forward.