Show that the problem of the existence of a cycle in a directed graph is a $NL-complete$ problem.
I have already successfully demonstrated that this problem $\in NL$. But I'm stuck on how to take it apart that it's $NL-hard$.
To show that the problem is $NL-hard$, we can start from problem $s; t-connectivity$ ($s$ = source and $t$ = target ) and as an intermediate step, create a acyclic graph $G^a$ which is $s’; t’- connected$ if and only if the original graph $G$ is $s; t- connected$. Using the length of the paths of a vertex $x$ at a vertex $y$.
Thank you for your help