Domanda di colloquio di BUDDIHEALTH

What are Linked Lists?

Risposta di colloquio

Anonimo

7 mag 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