-
Notifications
You must be signed in to change notification settings - Fork 117
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
Issue 211 (Add Kosaraju Algorithm) #219
Conversation
👇 Click on the image for a new way to code review
Legend |
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.
Correct the comments done and then i can approve it
Made the requested changes. Corrected the commenting. Moved the Doxygen documentation before the function declaration and corrected the documentation of the other function that I messed up earlier.
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.
Good
This PR Fix #211 |
Codecov Report
@@ Coverage Diff @@
## master #219 +/- ##
==========================================
- Coverage 97.94% 97.10% -0.84%
==========================================
Files 45 45
Lines 5214 5257 +43
==========================================
- Hits 5107 5105 -2
- Misses 107 152 +45
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Fixed issue #211 (Add Kosaraju Algorithm)
Updated Graph.hpp by adding kosaraju() function.
@ZigRazor please review the changes and accept the pull request.