BUDDIHEALTH Interview Question

What are Linked Lists?

Interview Answer

Anonymous

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