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

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

Hi!
I have tried to explain the concept and algorithm for building the Dominator Tree of a directed graph with respect to a source vertex in this article :

https://tanujkhattar.wordpress.com/2016/01/11/dominator-tree-of-a-directed-graph/

The algorithm was published by Robert Tarjan in his original research paper here. There are not much resources on the topic, except the original research paper , on the internet. The topic is fairly advanced and involves a lot of theory.

Kindly read and give your feedbacks !

Happy Coding :)

Edit : A link to the pdf version of the article has been added in the Blog Post. :)

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

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

Quora and CF blogs are neater than the current wordpress theme. Any specific reason for the switch?

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

    Quora's updated text editor doesn't provide good support for text formatting. Hence I decided to shift to wordpress.

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

I have a nice implementation, years ago I literally devoured the paper and wrote this.

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

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

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

Hi, I can't access the post, Wordpress says the blog is marked private.

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

I'm developing a transpiler. This article is really helpful, thanks a lot!