Leetcode 392: Is Subsequence - Java Solution with visualisation

  Рет қаралды 434

predecode

predecode

Күн бұрын

Пікірлер: 2
@DeepakKumarSingh-kd8kg
@DeepakKumarSingh-kd8kg 17 күн бұрын
class Solution { public boolean isSubsequence(String s, String t) { int ans=0; int x=0; //base case if(s.length()==0) { return true; } for(int i=0;i=s.length()) { return true; } return false; } } I solve in this way .
@predecode
@predecode 17 күн бұрын
Good solution 🤝
How I would learn Leetcode if I could start over
18:03
NeetCodeIO
Рет қаралды 735 М.
Wednesday VS Enid: Who is The Best Mommy? #shorts
0:14
Troom Oki Toki
Рет қаралды 50 МЛН
-5+3은 뭔가요? 📚 #shorts
0:19
5 분 Tricks
Рет қаралды 13 МЛН
ССЫЛКА НА ИГРУ В КОММЕНТАХ #shorts
0:36
Паша Осадчий
Рет қаралды 8 МЛН
Dependency Injection, The Best Pattern
13:16
CodeAesthetic
Рет қаралды 901 М.
Big-O Notation - For Coding Interviews
20:38
NeetCode
Рет қаралды 535 М.
Making an Algorithm Faster
30:08
NeetCodeIO
Рет қаралды 179 М.
An Entire Computer Science Degree in 11 Minutes
11:13
Kevin Naughton Jr.
Рет қаралды 862 М.
How to start Competitive Programming? For beginners!
9:43
Errichto Algorithms
Рет қаралды 1,1 МЛН
How To Pass Technical Interviews When You Suck At LeetCode
14:32
Wednesday VS Enid: Who is The Best Mommy? #shorts
0:14
Troom Oki Toki
Рет қаралды 50 МЛН