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

Typo in java code of shortest path of undirected graph #13

Open
Ritsz123 opened this issue Jul 3, 2021 · 0 comments
Open

Typo in java code of shortest path of undirected graph #13

Ritsz123 opened this issue Jul 3, 2021 · 0 comments

Comments

@Ritsz123
Copy link

Ritsz123 commented Jul 3, 2021

there is a little mistake in the java code on line number 20 in file shortestPathUndirectedUnweightedGraphJava it should be adj.get(node) instead of adj.get(u)

@Ritsz123 Ritsz123 changed the title Mistake in java code of shortest path of undirected graph Typo in java code of shortest path of undirected graph Jul 4, 2021
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

1 participant