Pergunta de entrevista da empresa Extron Electronics

Whats the difference between a linked-list and a dictionary?

Resposta da entrevista

Sigiloso

28 de mar. de 2020

A Linked list is a collection of elements or nodes where each node will reference the next/previous element/node and is sequential access. A dictionary is a map or table with a search key that will have a value associated with that key.