-
Notifications
You must be signed in to change notification settings - Fork 5
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
Breadth-first search #36
Conversation
Did I break something? |
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.
Will look further into it.
Hi @shsr04, can you tell me why you disabled the tests in this pull request? |
As @shsr04 said I was not able to reproduce the error locally with the current master version. The error also does not seem to be related to the fixed seed, which is used to shuffle the test set in order to fill the words in an unordered way. Could the error be somehow related to different clang versions? |
I have tried with |
This solves the BFS problem for a graph G=(V,E).