Is Subsequence - Leetcode 392

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

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

Master Data Structures and Algorithms for FREE at AlgoMap.io :)

GregHogg
Автор

This is the yt shorts equivalent to a flash bang

the_duckmaster
Автор

This is like first exercises we did in Turing Machine class

Mim
Автор

Bro i am in love with your teaching skills ❤

ShaikSharmila-tqbc
Автор

Coming from someone who knows enough to understand this but not enough to do it in an efficient way, subroutine or whatever it’s called, using if else logic which ik prolly inefficient but would work i suppose

Frank-rgnb
Автор

Can we solve it using regular expression

its_shivam_jha
Автор

This doesn't happen in India. Orgs will probably start asking NP complete problems with the rampant increasing applicants

ujjwalagnihotri
Автор

Or just make a stack, push the reversed S string to it and if the stack top is the same as the T[i] pop else do nothing and the final return is stack.empty()

mdev