What is a data structure?
Answers were Sorted based on User's Feedback
Answer / shilpa
logical description of both data and operation that can be
performed on the data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
A data structure is a type of storage format that specifies how information is arranged, saved, and worked with.
Trees, graphs, and arrays are a few well-known data structures.
| Is This Answer Correct ? | 0 Yes | 0 No |
A data structure is a type of storage format that specifies how information is arranged, saved, and worked with.
Trees, graphs, and arrays are a few well-known data structures.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vignesh1988i
data structure as i know is a concept of C where we can
easily & logically retrive ur data's without any extra
hardships and thus by saving memory......
thsnk u
| Is This Answer Correct ? | 4 Yes | 7 No |
What is stack and its operations?
What is array and its types?
What is a sorting algorithm in data structure?
What is the heap in data structures?
Which is the simplest file structure? (a) Sequential (b) Indexed (c) Random (a) Sequential
What is mergesort and hashtable?
Define threaded binary tree. Explain its common uses
What are the disadvantages of representing a stack or queue by a linked list?
Tell me is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What are the disadvantages array implementations of linked list?
List the data structures which are used in network data modal.
What is sequential search? What is the average number of comparisons in a sequential search?