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
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What is the most efficient way to count the number of bits which are set in an integer?
What is the use of bit field?
What are the 5 organizational structures?
Can I initialize unions?
What are the parts of c program?
What is data structure in c language?
Is stack a keyword in c?
what is the structure pointer?
in linking some of os executables are linking name some of them
What is typedef example?
What are the usage of pointer in c?
How arrays can be passed to a user defined function
What is difference between %d and %i in c?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler