LeetCode Tutorial 90. Subsets II

preview_player
Показать описание
GoodTecher LeetCode Tutorial 90. Subsets II (Java)

LeetCode Tutorial by GoodTecher. The tutorial provides a step-by-step demonstration on how to solve coding problems.

Complete Playlist for the GoodTecher LeetCode Tutorial:

GoodTecher Website:

GoodTecher Channel on YouTube:

GoodTecher Facebook:

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

Nice tutorial. At least you show your explaining graph which can helps a lot. Really appreciate.

ruihaozhou
Автор

That diagram explains a lot. I will trace my problems like this now.

chinmayswaroopsaini
Автор

You are amazing brother. Very clear explanation. Keep it up!

defoezhang
Автор

Very nice tutorial! Visual representation was very helpful, you should do more Leetcode videos.

Rahul
Автор

Hello GoodTecher,

Thank you for the solution.

I was just trying to dry run your explanation on input [1, 2, 2, 2] and I am confused why [2, 2, 2], [1, 2, 2, 2] are being added to the final result.

Line 21 in your code should make sure that [1, 2, 2, 2 ] and [2, 2, 2] are not added to the final result right?

I appreciate your help.

surajkiranreddymothe
Автор

Can you please add leetcode questions permutations & permutations || in your playlist?

shubhamagarwal
Автор

Thanks for the helpful videos!
Did you use i!=startIndex to make sure we don't get Out of Bound Exception right ? I mean while i/startIndex=0. Or is there any other purpose of it ?

suhasnayak
Автор

What a mess. Can't understand half of what the guy is saying. Could very well be he's talking about fishing tuna and I wouldn't have guessed it.

jorgedfbranco