Nagarro Interview Question

Does linked list store elements in contiguous memory location?And what is its default capacity

Interview Answer

Anonymous

Jan 27, 2023

Linked list doesn't have any default initial capacity as the elements are stored in nodes connected to eachother in non regular or non contigious memory locations