✏️ Explanatory Question

What is a non-Linear Data Structure? Name a few examples.

👁 309 Views
📘 Detailed Answer
309
Total Views
6
Related Qs
0%
Progress
💡

Answer with Explanation

A non-linear data structure is a data structure that does not have a linear or sequential relationship between its elements. Instead, the elements in a non-linear data structure have connections or relationships between them that do not form a straight line. Some examples of non-linear data structures include:

  • Trees
  • Graphs
  • Hash tables
  • Heaps
  • Trie
  • Bloom filter
  • Skip List
  • Disjoint-set data structure
  • B-trees
  • B+ trees
  • AVL tree
  • RB tree
  • Ternary search tree.