Pergunta de entrevista da empresa BUDDIHEALTH

What are Linked Lists?

Resposta da entrevista

Sigiloso

7 de mai. de 2021

Linked list is a data structure that is similar to array in which each value is linked with the next value...you have to change the pointer inorder to access the values

1