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 |
When would you use a hashmap?
Is hashmap ordered?
How to increase stack limit in w3wp.exe?
What is the time complexity of hashmap get () and put () method?
What is tree and its properties?
Difference between calloc and malloc in data structures?
write a program to show the insertion and deletion of an element in an array using the position
What are the advantages of binary search over linear search?
Why do we use trees in data structures?
Can arraylist shrink?
Name two algorithms two find minimum spanning tree?
what is Singly Linked list?