Пожалуйста, подпишитесь на официальный канал Codeforces в Telegram по ссылке https://t.me/codeforces_official. ×

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

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

I have solved some basic problems involving persistent data structures like persistent segment tree, trie etc. I am still having doubts regarding the application of persistent data structures. I want to know how to come up with the fact that persistent data structure is required to solve a given problem. Please share your ideas and suggestions on this.

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

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

If you want to be better at CP, now it's useless for you to learn that difficult things. So I'd recommend you to forget about it until you're at least purple. Practice makes perfect. Just solve more problems and try to solve them faster. That's all you need for now.

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

    But OP's blog didn't mention anything about rating. Maybe he/she wants to expand his/her algorithm-knowledge.