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

Depth First Search returns Path 0 when two cities are directly adjacent #2

Open
MajorPing5 opened this issue Nov 11, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@MajorPing5
Copy link
Owner

When testing if two cities are able to be found, a distance of 0 is returned if and only if the cities being tested are directly adjacent to each other in DFS. Use unit testing to verify what the core issue is and correct it from there.

@MajorPing5 MajorPing5 added the bug Something isn't working label Nov 11, 2024
@MajorPing5 MajorPing5 self-assigned this Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant