Data-Structures-And-Algorithms-Hacktoberfest18 icon indicating copy to clipboard operation
Data-Structures-And-Algorithms-Hacktoberfest18 copied to clipboard

Detect cycle in a directed graph

Open atishayzn opened this issue 4 years ago • 0 comments

Given a Directed Graph with V vertices (Numbered from 0 to V-1) and E edges, check whether it contains any cycle or not.

atishayzn avatar Oct 06 '21 19:10 atishayzn