Question d’entretien chez BUDDIHEALTH

What are Linked Lists?

Réponse à la question d'entretien

Utilisateur anonyme

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