Functional Graph
A functional graph is a directed graph in which each vertex has outdegree one, and can therefore be specified by a function mapping
onto itself. Functional graphs for a function
applied to a vertex list
are implemented
in the Wolfram Language as Graph[(#
<-> f[#]) & /@ v].
Apollonian network