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 |
Explain implementation of deletion from a binary tree.
Can arraylist have null values?
What is the height of an empty tree?
Suppose in an integer array, there is 1 to 100 number, out of one is duplicate, how to find?
Can binary tree have 1 child?
what are the applications that use Linked lists?
In what areas do data structures are applied?
What is concept of data structure?
What is ordered map?
What is a multidimensional array?
How do we search a specific element in an array?
What do you mean by garbage collection?