Is Linked List 'linear' or 'Non-linear' data structure?

Answer Posted / mamata anayak

Linked list is a linear data structure because their data elements are not placed in order as physical placement memory values instead each data element point to next data element, its is a data structure collecting of nodes which represent a sequence.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is comparator interface used for?

533


Define an algorithm. What are the types of algorithms?

539


Why we need cursor implementation of linked lists?

575


How do you find the space complexity of a bubble sort?

496


Write the advantage of separate chaining?

479






Is array a collection?

494


What are the different types of data structures explain briefly?

541


Can we change the size of an array at run time?

534


What is a vector class?

491


What is time and space complexity of bubble sort?

446


Why is waste sorting important?

567


How many types of arrays are there in visual basic?

454


What is adt example?

549


What are the non linear data structure?

488


Define linear data structures?

578