Is there a term to describe a graph who has only one subgraph that is strongly connected? (I'm not even sure I'm using strongly connected correctly here).
eg. {AB,BC} has only one subgraph and {AB,BC,DE} has two.
Note that I'm not considering that the graph {AB,BC} has three subgraphs: {AB,BC} and {AB} and {BC}.
please distinguish between undirected and directed if need be.