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

Автор Hasan, история, 6 лет назад, По-английски

Recently I've been reading about persistent segment tree and I've solved the sample problem that they gave me. Can someone give me some problems about this algorithm and thanks.

If you want to learn it you can see this blog persistent segment tree.

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

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

    Thanks a lot :D

    Just one or two of them are persistent segment tree problems .. the rest are just segment tree or normal problems.

»
6 лет назад, # |
Rev. 2   Проголосовать: нравится +3 Проголосовать: не нравится

I think you have to search in geeksforgeeks there are a lot of problems of each kind. TTM on spoj this is a nice persistent segment tree problem.

»
6 лет назад, # |
  Проголосовать: нравится +4 Проголосовать: не нравится

Check this

A2OJ

»
6 лет назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

After seeing your blog, i just created blog to share all problems together. Here it is.

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

Try this one

here