Ques:-Detect cycle in directed graph
Getting wrong answers
This is direct problem bro you can doirectly search on google it will show up
Hey @manikjindal49
if(visited[u]==false && isCyclicUtil(adj,u,visited,recst)){
Here u are doing botwise & instead of logical &&