The library is agnostic as to the choice of underlying data structures: relationships can be stored as matrices, adjacency lists, adjacency maps, etc. depending on what use cases the implementor wants to optimize for. common.graphdoes not (at this time) includeexplicitsupport for the following g...