How many types of data structures are used?



How many types of data structures are used?..

Answer / Anuj Sahu

There are several types of data structures, including arrays, linked lists, stacks, queues, trees, graphs, and hash tables.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Define general trees?

1 Answers  


How do you find the second largest element in an array of integers?

1 Answers  


If you do not initialize an array what will happen?

1 Answers  


How does hashset work internally in java?

1 Answers  


Which method will arrange the element of an array in alphabetical order?

1 Answers  


What is an object array?

1 Answers  


Is heap sort faster than quicksort?

1 Answers  


What is data structures in computer science?

1 Answers  


Tell me what is quick sort?

1 Answers  


Is arraylist a class?

1 Answers  


What is Jagged Arrays?

1 Answers  


Why hashmap is faster than hashtable?

1 Answers  


Categories