Which of the following data structure is not linear data structure?

Options
- Arrays
- Linked lists
- Both a and b
- None of the above


CORRECT ANSWER : None of the above

Discussion Board
Data Structure - Array and Linked Lists

Both array and linked lists are in linear data structure concepts.
Linked list is a linear data structure. It is a collection of data elements, called nodes pointing to the next node by means of a pointer.
Array is a collection of variables of same type that stores the elements in the sequential manner.

Prajakta Pandit 02-1-2017 04:17 AM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement