Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Shortest path in a weighted graph(if many then lexicographically smallest)

Правка en1, от fluffy_x, 2018-08-03 09:37:31

How to find the shortest path in a weighted graph(**if many then lexicographically smallest**) using Dijkstra? — I am getting WA on 2 test cases - Problem link :Your text to link here... - Although this can be solved using BFS, but I want to know do when the graph is weighted?

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский fluffy_x 2018-08-03 09:37:31 412 Initial revision (published)