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

Algoritmo de Dijkstra com restrição de time #1

Open
Nubia25 opened this issue Jun 19, 2022 · 0 comments
Open

Algoritmo de Dijkstra com restrição de time #1

Nubia25 opened this issue Jun 19, 2022 · 0 comments

Comments

@Nubia25
Copy link

Nubia25 commented Jun 19, 2022

Boa noite, alguém pode me ajudar no código desse algoritmo de Dijkstra com restrições?
**Implementar o algoritmo de Dijkstra, com restrições de timetable, encontrando o caminho mínimo
entre dois pares de vértices, s e t.

6
8
1
6
0730
1 0800 1230
2 0700 1400
3 1400 2100
4 0800 1000
5 0000 0000
6 0700 1900
1 2 5
1 3 15
2 4 5
2 5 5
3 4 5
3 5 5
4 6 15
5 6 5

grafo dijkstra time

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