Computer Science, asked by meenagaurkar71, 3 months ago

explain data structure with its types​

Answers

Answered by sanjeevnishu914
0

Answer:

When we think of data structures, there are generally four forms:

  • Linear: arrays, lists
  • Tree: binary, heaps, space partioning, etc.
  • Hash: distributed hash table, hash tree, etc.
  • Graphs: decision, directed, acyclic, etc.
Similar questions