Pergunta de entrevista da empresa Microsoft

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

Resposta da entrevista

Sigiloso

21 de dez. de 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.