Question d’entretien chez Microsoft

What is a linked list ? How would you evaluate your algorithm ?

Réponse à la question d'entretien

Utilisateur anonyme

21 déc. 2020

A linked list is a linear collection of nodes, where each node contains a data value and a reference to the next node in the list. Evaluation of algorithm depends on case(problem) basis. But two things need to be considered: Time and Accuracy.