5 Unpopular Tree Data Structures To Level Up As A Software Developer
Have you used Treaps & Segment Trees before?
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.
Each node in a tree can have zero or more Child nodes. These nodes are called Parent Nodes.
The nod…
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.