Answer Posted / abhishekdixit03
A data structure is a specialized format for organizing and
storing data. General data structure types include the
array, the file, the record, the table, the tree, and so on.
Any data structure is designed to organize data to suit a
specific purpose so that it can be accessed and worked with
in appropriate ways
| Is This Answer Correct ? | 93 Yes | 2 No |
Post New Answer View All Answers
What do you mean by sorting?
Draw a binary Tree for the expression : A * B - (C + D) * (P / Q)
What is sorting with example?
Where is insertion sort used?
Define threaded binary tree.
Is array faster than arraylist?
How does shell sort work?
What do you mean by garbage collection?
Explain quick sort and merge sort algorithms.
Write an algorithm to show various operations on ordered list and arrays
How do you sort an arraylist?
What is difference between linear and non linear data structure?
What's difference between stack and queue?
Do all declaration statements result in a fixed reservation in memory?
What exactly is data?