Answer Posted / mohammed adnan
dara structue is organizing data in a efficient manner,if we want to retriew some complex data we can use data stucute......actually data structure is explaining the structure of the
data that mean how can u organized,store,and done the
operations on the data.language is something different that
is used to interprete the employ and inplement the logic
of data structure to solve any large complex problems with
efficient memory utilization.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
Write the recursive c function to count the number of nodes present in a binary tree.
Does mentioning the array name gives the base address in all the contexts?
Differentiate between arraylist and vector.
Explain what are the major data structures used in the hierarchical data model?
How do you reference all the elements in a one-dimension array?
Explain the priority queue?
Why is merge sort faster?
Explain what is binary search?
Is it legal to initialize list like this?
What sorting algorithm should be used for sorting strings?
Is boolean a data type?
What is variable size arrays?and why we use it?
Name some applications which use linked lists.
How can I search for data in a linked list?
What is a list of lists?