Description of the problem
With the merging of #225 Adjacency matrix will allow dynamic graphs. So, the following methods should be defined,
add_edge
remove_edge
Along with defining them, prim implementation of minimum spanning tree should work for these graphs.
Example of the problem
References/Other comments