Given a weighted graph and natural number k how to find the cheapest path from node s to t that can be divided by k?

后端 未结 0 1731
余生分开走
余生分开走 2020-12-09 20:15

Given a weighted graph G=(V,E) which doesnt include negative cycles, a natural number k, and two verticles: s,t.

How can I find the cheapest route from s to t which i

相关标签:
回答
  • 消灭零回复
提交回复
热议问题