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

#52 allow pre' for bfs + xbfsWith #95

Closed
wants to merge 1 commit into from
Closed

#52 allow pre' for bfs + xbfsWith #95

wants to merge 1 commit into from

Conversation

ciez
Copy link

@ciez ciez commented Apr 16, 2020

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

added documentation to all the related functions

@ciez ciez closed this Dec 28, 2020
@ciez ciez deleted the #52-BFS-allow-pre' branch December 28, 2020 22:39
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

1 participant