what is data structure.in linear and non linear data
structures which one is better?Explain
Answer Posted / 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 |
Post New Answer View All Answers
How can I change the size of the dynamically allocated array?
What are the differences between Structures and Arrays?
what do the 'c' and 'v' in argc and argv stand for?
Here is a neat trick for checking whether two strings are equal
Which is best linux os?
Can you write the algorithm for Queue?
Explain how are 16- and 32-bit numbers stored?
Explain what are the __date__ and __time__ preprocessor commands?
explain what are actual arguments?
What do you mean by c?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What oops means?
What is switch in c?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Are enumerations really portable?