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

Use breath first instead of depth first in #path_to #5

Open
niho opened this issue Jan 14, 2012 · 1 comment
Open

Use breath first instead of depth first in #path_to #5

niho opened this issue Jan 14, 2012 · 1 comment

Comments

@niho
Copy link
Owner

niho commented Jan 14, 2012

Breath first should be more efficient in most cases than depth first, but is a bit trickier to implement correctly.

@zond
Copy link

zond commented Mar 13, 2012

Hear hear!

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

No branches or pull requests

2 participants