Source: cirosantilli/tree-representation
= Tree representation
{tag=Graph representation}
{wiki}
This section is about ways in which you can represent a <tree (data structure)>.
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.