Answer Posted / dinesh
data structure is the way to orgnising, storing and
manipulating the data in a structured manner,and to provide
the way to data to keep relationship with other data.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain what is binary search?
Explain in brief a linked list.
What does the dummy header in the linked list contain?
What is copyonwritearraylist?
Questions related to arrays, such as given a 2 integer array, find the common elements.
Differentiate between collection and collections.
What is difference between arraylist and list?
What is data structure definition?
Which interfaces are implemented by abstractsequentiallist?
Does arraylist shrink?
What sorting algorithm does arrays sort use?
Can arraylist store objects?
Traverse the given tree using Inorder, Preorder and Postorder traversals. Inorder : D H B E A F C I G J Preorder: A B D H E C F G I J Postorder: H D E B F I J G C A
What is adt in data structure with example?
Write a program to reverse a single linked list.