Tree¶

Tree is one of the most common data structures that emulates a tree-like structure as a set of connected nodes. It is a connected graph that contains no cycles.