I want to find all the possible pairs of nodes that do not have an edge connecting them and then check if these pairs of nodes have an edge in another graph. Any suggestions?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
If you don't care for performance then you can try:
NOTE1: this is for directed graphs NOTE2: if you want to find subset of edges from Graph2 not present in Graph1 then suppose it's better to operate on edges from Graph2 |
|||||
|