-
Notifications
You must be signed in to change notification settings - Fork 116
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
Feature getters for set of neighbors #318
Conversation
Fix typo in benchmark FloydWarshall
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.
Cppcheck (reported by Codacy) found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
Codecov Report
@@ Coverage Diff @@
## master #318 +/- ##
==========================================
+ Coverage 97.16% 97.21% +0.04%
==========================================
Files 54 54
Lines 7587 7793 +206
==========================================
+ Hits 7372 7576 +204
- Misses 215 217 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Write functions that return the set for neighbors for a node (issue #310 ).