How to check if a string is a subsequence of another string? (Is subsequence problem)

preview_player
Показать описание
Solution code:

NB: This video is ad-free, you can choose to support Inside code by purchasing one of the courses above or dropping a super thanks!
NB2: Discounts of courses above are permanent

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

Great quality
Clear explanation
Perfect english for non-natives
Only the most interesting topics

Love you ♥

iwormix
Автор

Best channel on youtube ever, you are insane, better than 99.99% course in this world

motngayniemvui
Автор

Great effort brother

Keep uploading such a quality content.

ParthPatel-srmz
Автор

Keep it up brother, your views are low because people that are new don't understand it... Yet just like me couple of months ago

value_investing_indonesia
Автор

@insidecode what about this testcase: str1= "insde code", str2="nise" ? This should return true, but according to your approach it will not.

shubhamsingh
Автор

but this logic won't work if you have two string like
String str1 ="bl";
String str2 = "yby";

Mushahidjav