sherxon / AlgoDS

Implementation of Algorithms and Data Structures, Problems and Solutions
http://sherxon.com
MIT License
3.43k stars 610 forks source link

CycleDetection #43

Closed amarbattulga closed 6 years ago

amarbattulga commented 6 years ago

Looks like CycleDetection will fail if Graph has multiple component.

sherxon commented 6 years ago

@amarbattulga thanks, nice catch 👍 I just fixed that