Answer Posted / abhishekdixit03
A data structure is a specialized format for organizing and
storing data. General data structure types include the
array, the file, the record, the table, the tree, and so on.
Any data structure is designed to organize data to suit a
specific purpose so that it can be accessed and worked with
in appropriate ways
| Is This Answer Correct ? | 93 Yes | 2 No |
Post New Answer View All Answers
Are sets sorted?
Is map a collection?
What is a tech stack?
When ArrayIndexOutOfBoundsException occurs?
Differentiate between an array and an arraylist.
What are the basic operations of stack?
Describe tree database.
What do you mean by probing?
Explain implementation of deletion from a binary tree.
What is non linear structure?
What is the best case time complexity of bubble sort?
Tell me about the different sorting techniques.
State the difference between primitive and non-primitive data types?
Is hashmap a data structure?
What is variable size arrays?and why we use it?