-
Notifications
You must be signed in to change notification settings - Fork 58
DFS cycle detection #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hromz
commented
Jul 24, 2023
- added DFS cycle detection for directed and undirected graph
- added tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi there! Thank you for creating your first pull-request on the Graaf library :)
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #42 +/- ##
==========================================
- Coverage 99.87% 99.57% -0.31%
==========================================
Files 20 22 +2
Lines 821 946 +125
==========================================
+ Hits 820 942 +122
- Misses 1 4 +3
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this, looks very good!
Only some minor comments, let me know if you want to address this before merging.
Hey @bobluppes, thanks for your comments! Ill change according to them |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks for finishing this! Just some very minor comments from which I will submit the suggestions before merging, so no need to take action on your end.
Congrats on the first PR in Graaf 🥳