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

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

Faced a challenge dealing with "persistent tries",as told by gkcs.Does anybody here have a good tutorial link regarding that.

PROBLEM LINK: https://www.codechef.com/MAY17/problems/GPD

Please stop downvoting the posts without even reading it,in order to maintain a healthy platform to learn(even for newbies) :)

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

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

Here is good tutorial for old problem from codechef long challenge

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

I think to implement and understand persistent trie it is enough to have good knowledge on trie and persistent data structure. I remember it was my first problem to solve with persistent data structure. Before that I just had the idea but didn't implement. In case if you don't have idea on persistent data structure then there is an outstanding blog by anudeep nekkanti. And also you can learn from Geeks for geeks. Hope it helps

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