Articulation Points Tutorial

Поделиться
HTML-код
  • Опубликовано: 26 янв 2025

Комментарии • 21

  • @bhrajgopal
    @bhrajgopal 5 лет назад

    Wow . That's really great explanation .

  • @narniabusiness7810
    @narniabusiness7810 9 лет назад +1

    Very helpful, thank you! The practical examples make it easier to grasp the algorithm.

  • @priyadarshinithirunavukkar1445
    @priyadarshinithirunavukkar1445 6 лет назад

    Thanks for the video. Is directed graph treated as an undirected graph in depth first search analysis?

  • @radulescuiulia8988
    @radulescuiulia8988 8 лет назад

    Very helpful and wonderfully explained.

  • @AbdullahAli-jx4qy
    @AbdullahAli-jx4qy 9 лет назад

    hello Michael
    thank you so much for the amazing explanation
    can we use this method with weighed graph

  • @jibreelkeddo7030
    @jibreelkeddo7030 6 лет назад +1

    Your video was helpful to me. Thank you. That said, please get a better mic for future videos, the background noise is terrible.

  • @salammansour524
    @salammansour524 9 лет назад

    Very informative. Thanks!

  • @luciolopezlecube8983
    @luciolopezlecube8983 9 лет назад

    Hi michael! Thanks for the explanation!! very well.
    Do you have the name of the algorithm you used?

    • @michaelmroczka
      @michaelmroczka  9 лет назад +1

      Lucio López Lecube Glad it helped! Not really sure on the algorithm, but the premise can be found on the Articulation Points wiki. en.wikipedia.org/wiki/Biconnected_component

    • @AbdullahAli-jx4qy
      @AbdullahAli-jx4qy 9 лет назад +2

      +Michael Mroczka
      the name of this algorithm is Tarjan's algorithm

  • @bmccpu7679
    @bmccpu7679 6 лет назад

    In example 2, did you miss vertex D, which is also an articulation point?

  • @daanleiva
    @daanleiva 9 лет назад

    great video. Thanks!

  • @sofiayfantidou6457
    @sofiayfantidou6457 9 лет назад

    Really good explanation! Thanks! ;)

  • @WhereIsRainbow
    @WhereIsRainbow 9 лет назад

    Thanks. In Question 2 you explained, is B a child of G?

  • @kumararya87
    @kumararya87 9 лет назад

    Thanks Michael.

  • @mokhtarmoussa
    @mokhtarmoussa 7 лет назад

    hi, thanks for the video, however there is something i don't get, you said that the root is an articulation point iff it has more than one child.
    But what if b and d were connected in your first example, a is no more an articulation point even it has more than one child.
    I hope you see my question i spent a lot of my time looking for an answer ...

  • @JairReyesGSA
    @JairReyesGSA 9 лет назад

    What if our root has more than one child buts that root belongs to a cycle.
    Example a square obviously formed with 4 vertex.

  • @gusmas1991
    @gusmas1991 9 лет назад +2

    last answer plz :)