Perfect Graphs

Поділитися
Вставка
  • Опубліковано 29 гру 2024

КОМЕНТАРІ • 7

  • @alexduchnowski8581
    @alexduchnowski8581  Рік тому +7

    Erratum:
    At 5:37, we claim that only the top graphs have holes of length 5. In fact, the graph with a hole of length 9 also has a hole of length 5, in fact it has several, as well as a hole of length 7, though we use the hole of length 9 to show the generalization to larger holes.

  • @markraya958
    @markraya958 Рік тому +1

    What a great video. I really hope you guys plan on doing more of these

  • @elijahberegovsky8957
    @elijahberegovsky8957 Рік тому +4

    Hey! A new maths channel! Cool video, guys! Are you going to specialize on graph theory (my beloved) or maths in general?

  • @elytrae
    @elytrae Рік тому +1

    can you givea programming video on how to make math visuals?

  • @korigamik
    @korigamik Рік тому

    This is great! Can you share the source code for this video?

  • @Luiz-rt8eo
    @Luiz-rt8eo Рік тому

    But will the procedure you described at the end of the video generate all perfect graphs of order n? If i, for example, create an algorithm that adds all choices in a queue (add a isolated vertex or a dominating vertex) and executes them until I have added n vertices the queue is empty, will that generate all possible perfect graphs or size n?

    • @gomorycut2000
      @gomorycut2000 8 місяців тому

      No, it will not generate all perfect graphs. They mention that this process will make a threshold graph (and that is all that it makes) and threshold graphs are a very small subset of perfect graphs. You can change that iterative process to something a bit more interesting: add a vertex and only attack it to an existing clique of any size... this will create a chordal graph - another subclass of perfect graphs. There are many other such iterative processes for other subclasses of perfect graphs.