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

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

Hello guys, I am trying hard to learn LCA and here are some good problems i found and i thought to share them

  1. http://codeforces.com/problemset/problem/519/E

  2. https://www.codechef.com/problems/RBTREE

  3. https://www.codechef.com/problems/CHEFPRES

  4. https://www.codechef.com/problems/TALCA

A great HackerRank tutorial: https://www.hackerrank.com/topics/lowest-common-ancestor

The Best Tutorial i encountered so far: http://csengerg.github.io/2015/12/24/lowest-common-ancestor.html

If you have more good problems or tutorials that you can share, share them in the comments.

EDIT: Guys, could you plz share problems on SCC and where can i find it's tutorial, blog etc.

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

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

Awesome, you are the best bro, as a beginner i struggle with the topics too

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

how can i access other articles of hackerrank as there is no particular link there can anyone share that ??

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

This blog is also related to same.

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

http://www.spoj.com/problems/DISQUERY/ this is problem based only on LCA. this problem is from the SPOJ. update: this problem is not based only on lca, sorry for mistake

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

https://www.spoj.com/problems/LCA/ this problem is based only on lca.