Data-Structures-And-Algorithms-Hacktoberfest18
Data-Structures-And-Algorithms-Hacktoberfest18 copied to clipboard
Detect cycle in a directed graph
Given a Directed Graph with V vertices (Numbered from 0 to V-1) and E edges, check whether it contains any cycle or not.