How many types of data structures are there?



How many types of data structures are there?..

Answer / Kuldeep Kumar Gautam

There are several types of data structures, including Linear Data Structures (e.g., arrays and linked lists), Non-Linear Data Structures (e.g., trees and graphs), and Special Purpose Data Structures (e.g., stacks, queues, and priority queues).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Explain the common uses of threaded binary tree.

1 Answers  


What is a circular singly linked list?

1 Answers  


What are the different types of data structures?

1 Answers  


What do you mean by data types?

1 Answers  


Find duplicates in infinite range. Which data structure to be used to give efficient solution?

1 Answers   Expedia,


What are the types of Collision Resolution Techniques and the methods used in each of the type?

1 Answers  


What method removes the value from the top of a stack?

1 Answers  


What is heap tree in data structure?

1 Answers  


What is an externalizable interface?

1 Answers  


What is a height of a tree?

1 Answers  


Can we remove element from arraylist while iterating?

1 Answers  


Write a Program for Delete an element from a doubly linked list.

1 Answers  


Categories