SubsetSum

preview_player
Показать описание
Textbooks:
Computational Complexity: A Modern Approach by S. Arora and B. Barak.
Algorithm Design by J. Kleinberg and E. Tardos.

Lecture slides by K. Wayne accompanying the latter textbook:
Рекомендации по теме
Комментарии
Автор

Great video! Came to YouTube as my cs professor did not explain this 3 SAT -> subset sum reduction clearly. Your explanation was thorough and clear! Please continue to create great content like this, it would be greatly appreciated by CS students like me. Cheers!

xinrongwang
Автор

This was a very helpful explanation. The part after 13:00 was especially helpful explaining the purpose of the additional rows

welfarewagonrepairs
Автор

Very clear explanation - Thanks!
One Question:
What would we do, if we insist, that the numbers given as instance for the SUBST SUM problem are different to each other?

queenpost
Автор

The subset sum problem does not care about how the numbers are encoded.

The subset sum problem only cares that the numbers are in fact integers.

The encoding is completely irrelevant. It's the same problem regardless.

SmithnWesson
Автор

Also, what do you mean by there not being any carryovers?

confluenceking
Автор

when you say to read the numbers as decimal numbers, what do you mean by that?

confluenceking
Автор

you should get to the point faster in your vids, thanks.

AustinWang-ro
Автор

you really don't explain things well

liamtolkkinen