Блог пользователя Arigatowo

Автор Arigatowo, история, 5 часов назад, По-английски

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!

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
5 часов назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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

  • »
    »
    5 часов назад, # ^ |
    Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

    sorry, but i don't know how to describe the idea, hmm i mean that is the trick which was used in this problem: https://mirror.codeforces.com/problemset/problem/787/D