A Graph data structure consists of a finite (and possibly mutable) set of ordered pairs, called edges or arcs, of certain entities called vertex or node. As in mathematics, an edge (x,y) is said to point or go from x to y. @param The Graph vertices type @param The Gr
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected