NhatHuy08052015's blog

By NhatHuy08052015, history, 2 months ago, In English

I saw that the version where the graph is directed I can solve it with dynamic programming, any ideas about the undirected one?

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
2 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Like this?

»
2 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

no

»
2 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

What do you mean "usnig k edges"? do you mean like "There are $$$k$$$ special edges that must be traversed" or "the path must be at most k edges" or something else?