007 - Subset Sum

preview_player
Показать описание
Such video. Many S. Subsetsumsetsubsets. Wow.

Learn more about recursion, and a case where memoization is actually better than DP here!

List of some more knapsack problems:

See you next time!

Рекомендации по теме
Комментарии
Автор

Bro you are the only one who explains this good... (that I ve seen). You should make more videos if you have time.!

threedwb
Автор

Such an amazing video. Please make more videos.

AppleBoy
Автор

hey there, great videos!

the code to return the subset when there is only one subset is fairly straight forward. Could you discuss how we could solve when there are multiple sub-sets? Especially for case like this: ( [2, 3, 5, 8, 11, 13], 13)

nomadicdude