3SAT is NP-complete Proof

preview_player
Показать описание
Here we show that the 3SAT problem is NP-complete using a similar type of reduction as in the general SAT problem.

▶SEND ME THEORY QUESTIONS◀

▶ABOUT ME◀
I am a professor of Computer Science, and am passionate about CS theory. I have taught many courses at several different universities, including several sections of undergraduate and graduate theory-level classes.
Рекомендации по теме
Комментарии
Автор

What software are you using for the board? Awesome video btw; thank you a ton. I think I'm about 85% of the way towards having more than just a naive understanding of 3SAT and boolean algebra.

VectorNodes
Автор

This is a great explenation !
But question - when you are constructing all the stages for example the rows - you said that each cell will be represented as TRUE / FALSE.. how in practice this looks like? I mean, how a row which contains the machine stage and output which have real symbols are translated to TRUE / FALSE ? for example : # q0 a b s black black ... # is translated to TRUE / FALSE ?

Didi-bzkt