What is data structure and its types?



What is data structure and its types?..

Answer / Pawan Kumar Jangid

A data structure is a way of organizing and storing data to make it easier to access, manage, and process. There are several common data structures including arrays, linked lists, stacks, queues, trees, graphs, hash tables, and more. Each type has unique properties and can be used for specific purposes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Tell me what should be done in the base case for this recursive problem?

1 Answers  


Define structure property in a heap?

1 Answers  


Convert following infix expression to the prefix expression. a - b + c * (d / e - (f + g))

33 Answers   Amazon, Microsoft, Star Technologies, Sun Microsystems, Wipro,


What sorting algorithm should be used for sorting strings?

1 Answers  


How can you insert a node to the beginning of a singly linked list?

1 Answers  


What is a b+ tree? Explain its uses.

1 Answers  


Is it possible to store null key and null values in a hashmap?

1 Answers  


What is a tech stack?

1 Answers  


Tell me why can't constant values be used to define an array's initial size

1 Answers  


Is bubble sort slow?

1 Answers  


What type of data structure is used to perform recursion?

1 Answers  


Can we override compareto method for enumerations?

1 Answers  


Categories