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

allow pre' for bfs #52 #53

Closed
wants to merge 2 commits into from
Closed

allow pre' for bfs #52 #53

wants to merge 2 commits into from

Conversation

ciez
Copy link

@ciez ciez commented Sep 16, 2016

xdfsWith allows to specify suc' or pre' when performing the search. This allows to search in links as well as out links.

bfs is currently only possible with hard coded suc' : out links.

the suggested changes add an arg to bfsnInternal. This arg allows to pass suc' or pre' to bfs to search in-links as well as out-links.

current functions' signatures remain unchanged.

2 new functions are added:
xbfsWith
xbfsnWith

@ciez ciez mentioned this pull request Sep 16, 2016
@ivan-m
Copy link
Contributor

ivan-m commented Feb 15, 2017

Sorry for the late reply.

Would you be able to add documentation to the new functions indicating what they do (in particular, noting that bfs* = xbfs* suc').

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants