Here I have a directed graph G. I need to to determine whether there exists a set of vertex-disjoint cycles so that each vertex belongs to a cycle.
I'm not sure if this can be done in polynomial time or if its NP-Complete? Can anyone atleast point me in the right direction?