Question d’entretien chez Microsoft

Implement a linked list. Now implement a method to reverse the elements of a linked list.

Réponses aux questions d'entretien

Utilisateur anonyme

11 août 2015

Obvious data structures question. Implement the list then show that you know you should use a stack to implement the element reversal question.

Utilisateur anonyme

8 janv. 2016

There is no need to use stack to reverse the elements.