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

Add hint to Dijkstra task regarding lexicographical order #2

Open
ercksen opened this issue Feb 5, 2024 · 0 comments
Open

Add hint to Dijkstra task regarding lexicographical order #2

ercksen opened this issue Feb 5, 2024 · 0 comments

Comments

@ercksen
Copy link

ercksen commented Feb 5, 2024

In case we have two shortest paths, it seems that the one with the letter occuring earlier in the alphabet is chosen. For depth-first and breadth-first search, such a hint is given:

"Nehmen Sie an, dass der Algorithmus die Kanten in der alphabetischen Reihenfolge ihrer Zielknoten durchläuft"

For the Dijkstra task, such a hint would clarify how to get to a unique solution.

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