BUDDIHEALTH interview question

What are Linked Lists?

Interview Answer

Anonymous

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