I have a directed graph which is strongly connected, but that removing any edge from it makes the graph no longer strongly connected.
How can I prove that such a graph has no more than 2n − 2 edges? (where n ≥ 3)
I've been searching literature for a couple of days but it seems such a proof never been made. Any hints are appreciated.