NP Completeness 5 - Independent Set Problem

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

КОМЕНТАРІ • 21

  • @Bearisgoodboy28
    @Bearisgoodboy28 2 роки тому +23

    Finding these videos 2 days before final, thank you very much good sir.

  • @crossfadez5521
    @crossfadez5521 8 місяців тому +1

    Amazing explanation. I was really struggling with this because I am self-studying and had no one to help me. Thank you!

  • @Tightt-r5e
    @Tightt-r5e 9 місяців тому +1

    Great explain and guidance ❤

  • @lindsey5236
    @lindsey5236 2 роки тому +3

    It’s such a clear explanation , thank you so much !

  • @AniketKumar-tk4mi
    @AniketKumar-tk4mi Рік тому +1

    Best explanation

  • @JV-nx8xm
    @JV-nx8xm 5 місяців тому

    Thank you!

  • @lakshyakumawat9710
    @lakshyakumawat9710 2 роки тому +1

    great explaination

  • @jeremykong7604
    @jeremykong7604 2 роки тому +1

    thank you for the study video! Pro Painter!

  • @marcc1179
    @marcc1179 4 місяці тому

    nice work!

  • @yoonchaena671
    @yoonchaena671 3 роки тому +2

    Thank you~! Could you share the example answer???

  • @akshayganji7412
    @akshayganji7412 2 роки тому +2

    In the beginning the problem had 4 vertices in the independent set {v1,v6,v3,v8}. But the reduction using the constructed graph gave a solution with maximum of 3 nodes. How does this work?

    • @kushaalrana
      @kushaalrana 8 днів тому

      Because we reduce to 3Sat so 3 variables

  • @cortom3298
    @cortom3298 2 роки тому +1

    As it is your reduction is wrong, you need to specify that if a literal appears in several clauses you have to add one vertex for each copy.
    Then you have to add an edge from each copy of each literal to all copies of its negation. In your example no literal appears twice, hence the problem is easy to miss.
    If you don't do that then your proof does not hold because many clauses may be satisfied because of the same literal, thus your satisfying assignment may correspond to a set of less than m vertices

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

      Your suggestion would not allow all possible solutions for (x1 ∨ x2 ∨ x3) ∧ (x1 ∨ !x2 ∨ !x3) because you'd block x1.

    • @drdr3496
      @drdr3496 11 місяців тому +1

      I came here looking for an explanation for that as well. You're absolutely correct, this proof is not correct.

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

    nice

  • @1UniverseGames
    @1UniverseGames 2 роки тому

    Does this has at most 4 vertex

  • @gladyouseen8160
    @gladyouseen8160 2 роки тому

    Prof share pdf. Dont be greedy. please share😅

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

    8:40

  • @Zohaib6801
    @Zohaib6801 2 роки тому

    LAME :p

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

    Thank you!