Abito's blog

By Abito, history, 2 weeks ago, In English

Many graph problems have subtasks where the graph is a complete binary tree (edge between i and i*2, i and i*2+1), however I often struggle with them. Does anyone know a useful resource that discusses different techniques to approach such a problem/subtask?

  • Vote: I like it
  • -19
  • Vote: I do not like it