Skip to content
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

Make GraphUtils::randomStartVertex return an iterator instead of an int #12

Open
sraaphorst opened this issue Aug 26, 2018 · 0 comments
Labels
refactor Refactoring and cleaning up

Comments

@sraaphorst
Copy link
Owner

We work under the assumption in GraphUtils::randomStartVertex that vertices are of type int. While this is true, we should not assume it, and should instead work with iterators.

@sraaphorst sraaphorst added the refactor Refactoring and cleaning up label Aug 26, 2018
@sraaphorst sraaphorst changed the title Make GraphUtils::randomStartVertex return an iterator instead of an int Make GraphUtils::randomStartVertex return an iterator instead of an int Aug 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactoring and cleaning up
Projects
None yet
Development

No branches or pull requests

1 participant