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

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

Recently I have encountered a problem that can use Line Tree to solve. But I haven't found any article or blog writes about this Data Structure (or maybe it just a technique). Can anybody provide me with a link to an article or blog about it. (Sorry for my poor English)

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

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

Auto comment: topic has been updated by ak2k8 (previous revision, new revision, compare).

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

    I appreciate your help, but are there any blogs or articles that talk about it more clearly with some related problems or classes of problems that can use it to solve efficiently? I would like to learn more about it. When I start googling this technique, this comment is all I can get.

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

consider search segment tree instead

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

    what is a Search Segment Tree? I never heard it before. Or am I misunderstand your comment