Sollicitatievraag bij Microsoft

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

Antwoord op sollicitatievraag

Anoniem

21 dec 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.