Is Subsequence - LeetCode 392 - Python

preview_player
Показать описание
Explaining Is Subsequence in Python!

@1:10 - Problem Walk-through
@3:07 - Code
@5:13 - Example walk-through
@7:13 - Space and Time Complexity

Music: Bensound

Lemme know if you have ANY questions or comments at alll!:)

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

always enjoy your explanations! Happy new year to you

anadianBaconator
Автор

Love you and your content ... Crisp and consice ❤

sudipsarkar
Автор

Aamazing explanations! pls keep going this same way
(and maybe some Project playlist in python for Job Interview can be very nice )

ax-tfxx
Автор

Nice, but the '>' in 'return ptr_s >= len(s)' is not necessary. return ptr_s == len(s) is fine.

kenmachine