Graph Difference
The graph difference of graphs G and H is the graph with adjacency matrix given by the difference of adjacency matrices of G and H. A graph difference is defined when the orders of G and H are the same, and can be computed in the Wolfram Language using GraphDifference[g, h].