Is double link list a linear data structure? If Yes, Why?If
No, Why?
Answers were Sorted based on User's Feedback
Answer / vinita khandavi
Yes ,
The data are stored in the linear manner in memory..
all Linked list are linear data structures..
Tree, Table, Graph, Hash Table are nonlinear data structures..
| Is This Answer Correct ? | 6 Yes | 4 No |
Answer / kiran
A data structure is said to be linear, if the elements are accessed in sequence. As the nodes of a DLL are accessed in sequence(starting from the first node, one after the other), it is a linear data structure.
| Is This Answer Correct ? | 0 Yes | 0 No |
no,,because in doublelinked list the data is stored
dynamically,we can't acces a data directly without knowing
its base address
| Is This Answer Correct ? | 1 Yes | 7 No |
Write a program to check prime number in c programming?
Where static variables are stored in c?
What does sizeof return c?
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.
what is the use of keyword volatile??
plz let me know how to become a telecom protocol tester. thank you.
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
Is it possible to pass an entire structure to functions?
What is getch() function?
How can I use a preprocessorif expression to ?
what is the difference between embedded c and turbo c ?