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 |
Which is better merge sort or quick sort?
Which is faster arraylist or linked list?
What is a postfix expression?
Why is hashmap used?
How many null values are allowed in hashmap?
Are duplicates allowed in hashmap?
What is mean by merge sort?
When should structures be passed by values or by reference?
Can you please explain the difference between array_name and &array_name?
How do we find duplicate elements in an array?
There are 8, 15, 13, 14 nodes were there in 4 different trees. Which of them could have formed a full binary tree?
What is binary tree and its properties?