Login
Remember
Register
CodersEditor Q&A
Online IDE
Questions
Unanswered
Tags
Users
Ask a Question
Programming Tutorials
Ask a Question
What are the different types of Data Structures
0
votes
asked
Jan 19, 2021
by
Inba
(
1.1k
points)
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 19, 2021
by
abitha
(
1.6k
points)
selected
Jan 19, 2021
by
Inba
Best answer
Linear- arrays, lists
tree- binary, heaps, space partitioning, etc.
hash- distributed hash table, hash tree, etc.
graphs- decision, directed, acyclic, etc
Please
log in
or
register
to add a comment.
Welcome to CodersEditor Q&A, where you can ask questions and receive answers from other members of the community.
239
questions
203
answers
2
comments
692
users
Related questions
What are the different types of garbage collectors in Java?
What are the different types of inheritance in Java?
What are all the data structures in C++?
What are all the abstract data types?
What are the basic data types associated with C?
...