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
Define a queue?
How to find the duplicate in an array?
How many times is merge sort called?
What is range search?
Explain the term tail recursion?
Is an arraylist a vector?
What is merge sort in daa?
Given M x N matrix with sorted elements row wise and column wise, find elements?
Define depth and height of a tree?
What is the difference between hashmap and treemap?
Construct a doubly linked list using a single pointer in each node?
Why do we use binary search?
What are the drawbacks of array implementation of queue?
What are the basic operations of stack?
Are data structures important?