Arigatowo's blog

By Arigatowo, history, 13 days ago, In English

Hi, I've just solved a problem by using a technique called "Dijkstra on Segment Tree", I rly want to practice more, can someone recommend some problems using this trick? Thanks!

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

»
13 days ago, # |
  Vote: I like it 0 Vote: I do not like it

Well Dijkstra on a tree is just BFS :) Be more specific with what that means and maybe you'll get an answer.