Create a directed graph with 6 nodes (say) such that it has maximum number of strongly connected components.
- For example, take complete graph with 4 nodes with all edges connected. This is graph has only 1 strongly connected component, i.e entire graph is a single component.
The objective is to maximise the number of components.