Cycle Detection in directed graph using DFS

sir in the else if case inside cycle helper function, you said if ( visited[nbr] is false ),
and you wrote in your code if( visited [nbr]!=false ).
so what is the wright choice??
== or !=

Hello @mzk1994 are you talking about the second else if condition?
if yes then in that condition will be visited [nbr]!=false this only.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.