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 adt and its advantages?
Write program for Quick sort ?
Parenthesis is never required in postfix or prefix expressions, why?
Does mentioning the array name gives the base address in all the contexts?
Write a program using mergesort technique.
What are vectors used for in real life?
What are the differences between b tree and b+ tree?
How do you determine if a binary tree is height balanced?
Does arraylist shrink?
what are the applications of Linked Lists?
How treemap orders the elements if the key is a string?
What is the order of selection sort?