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
Explain what does it mean when a pointer is used in an if statement?
What is the need of structure in c?
What are the application of void data type in c?
What is the difference between null pointer and wild pointer?
Explain what is the advantage of a random access file?
What header files do I need in order to define the standard library functions I use?
Tell us the use of fflush() function in c language?
When can a far pointer be used?
Write a program to identify if a given binary tree is balanced or not.
What is a union?
Can you add pointers together? Why would you?
Why c is called top down?
What is array of pointers to string?
#include
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.