What type of data structure is a binary tree?

  • Circular Data Structure
  • Linear Data Structure
  • Non-linear Data Structure
  • Sequential Data Structure
A binary tree is a non-linear data structure. Unlike linear structures (e.g., arrays, linked lists), a binary tree represents a hierarchical structure where each node has at most two children, forming branches.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *