Into AI

Into AI

Share this post

Into AI
Into AI
5 Unpopular Tree Data Structures To Level Up As A Software Developer
Copy link
Facebook
Email
Notes
More

5 Unpopular Tree Data Structures To Level Up As A Software Developer

Have you used Treaps & Segment Trees before?

Dr. Ashish Bamania's avatar
Dr. Ashish Bamania
Mar 17, 2024
∙ Paid
2

Share this post

Into AI
Into AI
5 Unpopular Tree Data Structures To Level Up As A Software Developer
Copy link
Facebook
Email
Notes
More
3
Share
Generated with DALL-E 3

A Tree is a non-linear hierarchical data structure consisting of nodes connected by edges.

The topmost node in a tree is called the Root Node.

Thanks for reading Byte Surgery! Subscribe for free to receive new posts and support my work.

Each node in a tree can have zero or more Child nodes. These nodes are called Parent Nodes.

The nodes with no children are called Leaf nodes.

The Height/ Depth of a tree is the length of the longest path from the root node to a leaf node.

Time & Space Complexity of Operations In A Tree

Searching for data, Insertion and Deletion operations in a tree have a Time & Space complexity of O(n).

Now that we know about a general Tree, let’s discuss the 5 lesser-known data-based structures that will level you up as a developer!

Keep reading with a 7-day free trial

Subscribe to Into AI to keep reading this post and get 7 days of free access to the full post archives.

Already a paid subscriber? Sign in
© 2025 Dr. Ashish Bamania
Privacy ∙ Terms ∙ Collection notice
Start writingGet the app
Substack is the home for great culture

Share

Copy link
Facebook
Email
Notes
More