Pergunta de entrevista da empresa Aspect Capital

(in the interview) how to implement a linked list + single vs double

Resposta da entrevista

Sigiloso

24 de mai. de 2022

give each element the ADDRESS of the next element in the list. For double linked, also give them the ADDRESS of the previous element. know the start+end by encasing it in an object that stores the start+end addresses