NeverSee's blog

By NeverSee, history, 5 years ago, In English

I have one question that have a weighted directed graph with n vertex and m edge the goal is find the minimum walk from two vertex v & u with length k.
n <= 200 & m <= n * (n — 1) / 2 & k <= 1e9

  • Vote: I like it
  • -19
  • Vote: I do not like it

| Write comment?