MulticoreWare Interview Question

linked list

Interview Answer

Anonymous

Jun 2, 2019

Linked list is a data structure in which memory is allocated dynamically , it is capable of increasing or decreasing the size which is not possible in arrays. It throws the newly created node anywhere to the memory block and creates link according to the algorithm .