Leetcode - Valid Triangle Number (Java)
12:11
Solve LeetCode 2270 with Java in Minutes!
7:37
Same Tree - Leetcode 100 - Java
5:49
14 күн бұрын
Contains duplicate ii leetcode java
6:42
Longest Common Prefix [Swift]
8:19
14 күн бұрын
Valid Parentheses [Swift]
10:27
14 күн бұрын
2.4 Space complexity of the algorithm
6:53
Пікірлер
@DeepakKumarSingh-kd8kg
@DeepakKumarSingh-kd8kg Күн бұрын
great explanation
@predecode
@predecode Күн бұрын
Thanks
@DeepakKumarSingh-kd8kg
@DeepakKumarSingh-kd8kg Күн бұрын
Can we solve this by using frequency array where we store the frequency of each character and then compare it ?
@DeepakKumarSingh-kd8kg
@DeepakKumarSingh-kd8kg 9 сағат бұрын
Like this : public boolean canConstruct(String ransomNote, String magazine) { int freq1[] = new int[26]; int freq2[] = new int[26]; for (int i = 0; i < ransomNote.length(); i++) { freq1[ransomNote.charAt(i) - 'a']++; } for (int i = 0; i < magazine.length(); i++) { freq2[magazine.charAt(i) - 'a']++; } for (int i = 0; i < freq1.length; i++) { if (freq1[i] > freq2[i]) { return false; } } return true; }
@rohitkumar98153
@rohitkumar98153 3 күн бұрын
Keep Hustling Bro ❤
@predecode
@predecode 3 күн бұрын
Thanks
@pqrstwxyz1175
@pqrstwxyz1175 4 күн бұрын
Well Explained🙌
@predecode
@predecode 2 күн бұрын
Thanks
@ajinkyawalunj7554
@ajinkyawalunj7554 4 күн бұрын
👏👏👏
@predecode
@predecode 2 күн бұрын
Thanks
@rohitkumar98153
@rohitkumar98153 9 күн бұрын
Voiceover 👌👌
@predecode
@predecode 7 күн бұрын
Thanks
@rohitkumar98153
@rohitkumar98153 9 күн бұрын
❤❤
@predecode
@predecode 7 күн бұрын
😊
@rohitkumar98153
@rohitkumar98153 9 күн бұрын
👌👌
@predecode
@predecode 9 күн бұрын
😊
@rohitkumar98153
@rohitkumar98153 9 күн бұрын
Valuable ❤
@predecode
@predecode 9 күн бұрын
🥳
@rohitkumar98153
@rohitkumar98153 9 күн бұрын
Feedback : Try to Not Upload These Kind Of Songs
@predecode
@predecode 9 күн бұрын
Noted
@rohitkumar98153
@rohitkumar98153 9 күн бұрын
Explanation Level 👌👌
@predecode
@predecode 7 күн бұрын
Thanks
@rohitkumar98153
@rohitkumar98153 9 күн бұрын
Content ❤
@predecode
@predecode 7 күн бұрын
Thanks
@rohitkumar98153
@rohitkumar98153 13 күн бұрын
Content ❤❤
@predecode
@predecode 12 күн бұрын
Thanks 😊
@rohitkumar98153
@rohitkumar98153 13 күн бұрын
Keep Hustling Bro 💯✅
@predecode
@predecode 12 күн бұрын
Thanks 😊
@DeepakKumarSingh-kd8kg
@DeepakKumarSingh-kd8kg 13 күн бұрын
apko kaise bhul skte hai
@predecode
@predecode 13 күн бұрын
😂
@rajanpal5204
@rajanpal5204 14 күн бұрын
Good
@predecode
@predecode 14 күн бұрын
Thanks
@hacker_boy_263
@hacker_boy_263 15 күн бұрын
Bro Lets do it together.
@predecode
@predecode 14 күн бұрын
Thanks
@pqrstwxyz1175
@pqrstwxyz1175 15 күн бұрын
Arrays explained well
@predecode
@predecode 15 күн бұрын
Thanks
@ajinkyawalunj7554
@ajinkyawalunj7554 15 күн бұрын
Very nice explanation
@predecode
@predecode 15 күн бұрын
Glad you liked it.
@rohitkumar98153
@rohitkumar98153 15 күн бұрын
✅✅
@predecode
@predecode 15 күн бұрын
Thanks
@rohitkumar98153
@rohitkumar98153 15 күн бұрын
❤❤
@predecode
@predecode 15 күн бұрын
😊
@rohitkumar98153
@rohitkumar98153 15 күн бұрын
❤❤
@predecode
@predecode 15 күн бұрын
😊
@rohitkumar98153
@rohitkumar98153 15 күн бұрын
Bro Try to Make a shorter Shorter Video ❤
@predecode
@predecode 15 күн бұрын
Noted.
@pqrstwxyz1175
@pqrstwxyz1175 18 күн бұрын
👏👏👏
@predecode
@predecode 18 күн бұрын
😊
@pqrstwxyz1175
@pqrstwxyz1175 18 күн бұрын
Great explanation
@predecode
@predecode 18 күн бұрын
Glad you liked it.
@rohitkumar98153
@rohitkumar98153 20 күн бұрын
Well Explanation ✅
@predecode
@predecode 20 күн бұрын
Glad you liked it!
@sumitkumarsingh9342
@sumitkumarsingh9342 20 күн бұрын
Well explained 👌
@predecode
@predecode 20 күн бұрын
Thank you 🙂
@VidVentureZone
@VidVentureZone 20 күн бұрын
Keep it up.
@predecode
@predecode 20 күн бұрын
Thanks for the support!
@rohitkumar98153
@rohitkumar98153 20 күн бұрын
❤❤❤
@predecode
@predecode 20 күн бұрын
Thanks ☺️
@rohitkumar98153
@rohitkumar98153 20 күн бұрын
❤❤❤
@predecode
@predecode 20 күн бұрын
Thanks ☺️
@ajinkyawalunj7554
@ajinkyawalunj7554 21 күн бұрын
Keep it up
@predecode
@predecode 21 күн бұрын
Thanks
@pqrstwxyz1175
@pqrstwxyz1175 21 күн бұрын
Very well explained
@predecode
@predecode 21 күн бұрын
Glad you liked it
@rohitkumar98153
@rohitkumar98153 22 күн бұрын
First Viewer ✅
@predecode
@predecode 22 күн бұрын
Thanks for watching 👍
@rohitkumar98153
@rohitkumar98153 23 күн бұрын
Voiceover 👌✅
@predecode
@predecode 23 күн бұрын
👍
@rohitkumar98153
@rohitkumar98153 24 күн бұрын
Voiceover 👌👌
@predecode
@predecode 23 күн бұрын
👍
@rohitkumar98153
@rohitkumar98153 24 күн бұрын
❤❤❤
@predecode
@predecode 23 күн бұрын
👍
@ajinkyawalunj7554
@ajinkyawalunj7554 27 күн бұрын
Keep it up
@predecode
@predecode 26 күн бұрын
Thanks
@pqrstwxyz1175
@pqrstwxyz1175 27 күн бұрын
🙌🙌
@predecode
@predecode 26 күн бұрын
🤝
@rohitkumar98153
@rohitkumar98153 29 күн бұрын
👌❤️
@predecode
@predecode 28 күн бұрын
Keep watching 👀
@rohitkumar98153
@rohitkumar98153 Ай бұрын
Keep Doing It ✅
@predecode
@predecode Ай бұрын
Thanks for your support
@rohitkumar98153
@rohitkumar98153 Ай бұрын
Well Explained ❤
@predecode
@predecode Ай бұрын
Thanks
@pqrstwxyz1175
@pqrstwxyz1175 Ай бұрын
🌟🌟🌟🌟
@predecode
@predecode Ай бұрын
✌️
@DeepakKumarSingh-kd8kg
@DeepakKumarSingh-kd8kg Ай бұрын
I solve this problem using Stack and Stringbuilder class Solution { public String removeStars(String s) { Stack<Character> st = new Stack<>(); StringBuilder sb = new StringBuilder(); for(int i=0;i<s.length();i++) { if(s.charAt(i)!='*') { st.push(s.charAt(i)); } else if(!st.isEmpty() && s.charAt(i)=='*'){ st.pop(); } } while(!st.isEmpty()) { sb.append(st.pop()); } return sb.reverse().toString(); } } in this way
@predecode
@predecode Ай бұрын
Same approach 😊
@rohitkumar98153
@rohitkumar98153 Ай бұрын
Keep Going Brother ❤❤❤
@predecode
@predecode Ай бұрын
Thank you, I will
@DeepakKumarSingh-kd8kg
@DeepakKumarSingh-kd8kg Ай бұрын
nye explanation bhaiya
@predecode
@predecode Ай бұрын
Thanks
@pqrstwxyz1175
@pqrstwxyz1175 Ай бұрын
👌👌👌
@predecode
@predecode Ай бұрын
Thanks
@DeepakKumarSingh-kd8kg
@DeepakKumarSingh-kd8kg Ай бұрын
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<t.length();i++) { if(s.charAt(x)==t.charAt(i)) { ans++; if(x!=s.length()-1){ x++; } else{ break; } } } if(ans>=s.length()) { return true; } return false; } } I solve in this way .
@predecode
@predecode Ай бұрын
Good solution 🤝
@rohitkumar98153
@rohitkumar98153 Ай бұрын
👍👍👍
@predecode
@predecode Ай бұрын
Thanks Rohit