bidirectional_edges (236B)
1 # Bidirectional edges 2 3 *Bidirectional edges* in a [directed_graph] G are [directed_edges] that exist in both directions, i.e., (x, y) and (y, x). It may or may not include [self_loops] 4 5 Up: [graph_directed] 6 7 Aliases: bidirectional edge