Tree representation

ID: tree-representation

Tree representation by Ciro Santilli 35 Updated +Created
This section is about ways in which you can represent a tree.
Trees are a specific type of graph, so any graph representation also provides a way to represent a tree.
Therefore this section will focus only on methods specific to tress, and which cannot be used for graphs in general.

New to topics? Read the docs here!