what is data structure.in linear and non linear data
structures which one is better?Explain
Answers were Sorted based on User's Feedback
Answer / ashi
A data structure is arrangement of data in a computer's
memory even disk storage linear data is better than non liner
| Is This Answer Correct ? | 15 Yes | 3 No |
Answer / rama krishna sidhartha
A data structure is a collection or organization of the data
in computer memory
(or)
A data structure is arrangement of data in a computer's
memory or even disk storage.
In linear and non-linear data structures, linear data
structure is better than non linear data structure. Because
in linear data structure, the elements of the data structure
are represented in the sequence. Whereas, in non linear data
structure is not in sequence.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / some guy
++linear and non-linear data structures have their own
significance ......which is better then the other is depend
on the application of data structure ...
for eg.
linear search vs. BST(binary search tree)
| Is This Answer Correct ? | 4 Yes | 1 No |
What are function pointers? Provide an example.
Why does everyone say not to use scanf? What should I use instead?
what is data structure?
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
Explain is it valid to address one element beyond the end of an array?
What is key word in c language?
code for replace tabs with equivalent number of blanks
What is 2c dna?
What is typedef example?
List out few of the applications that make use of Multilinked Structures?