Пікірлер
@CHARGEDSPIDY
@CHARGEDSPIDY 4 күн бұрын
sir i think u are explaining it wrong in pre and post we are multiplying each elements except self but u are multiplying that element also
@PRIYANSHUCHAKRABORTY-yv3mq
@PRIYANSHUCHAKRABORTY-yv3mq 6 күн бұрын
tqsm sir
@nigammishra260
@nigammishra260 11 күн бұрын
bakwass
@hirendrakumarmande2774
@hirendrakumarmande2774 15 күн бұрын
Amazing bro😅😅
@AbhishekSensei
@AbhishekSensei 15 күн бұрын
@@hirendrakumarmande2774 Thankyou bro.
@ARYANSHARMA-oo5ow
@ARYANSHARMA-oo5ow 25 күн бұрын
good
@AbhishekSensei
@AbhishekSensei 25 күн бұрын
@@ARYANSHARMA-oo5ow Thanks
@akshanshsharma7415
@akshanshsharma7415 26 күн бұрын
Very nice explanation brother
@AbhishekSensei
@AbhishekSensei 21 күн бұрын
Thank you so much 🙂
@AuthsKads
@AuthsKads 29 күн бұрын
Nice solution bhai
@AbhishekSensei
@AbhishekSensei 29 күн бұрын
@@AuthsKads Thank you!
@abusufiyanofficial6674
@abusufiyanofficial6674 Ай бұрын
why did you use background music during teaching this question too irritating
@AbhishekSensei
@AbhishekSensei Ай бұрын
@@abusufiyanofficial6674 Sorry, I have already stopped using background music in my newer videos.
@satyanarayanbarik1701
@satyanarayanbarik1701 Ай бұрын
Thanks for quick explanation
@AbhishekSensei
@AbhishekSensei Ай бұрын
@@satyanarayanbarik1701 Keep supporting ❤️
@saur0w
@saur0w Ай бұрын
Syd, No extra space mai krna tha? Space Complexity constant chiye, aur Optimal kese hoga??
@TastyKitchen.0
@TastyKitchen.0 Ай бұрын
beast 100% class Solution { public: bool isPalindrome(string s) { string a; transform(s.begin(), s.end(), s.begin(), ::tolower); for (char c:s) { if (isalnum(c)) a.push_back(c); } int n=a.size(); bool ans; for (int i=0; i<a.size()/2; i++) { if (a[i]!=a[n-i-1]) { ans = false; break; } else ans =true; } return ans; } };
@AbhishekSensei
@AbhishekSensei Ай бұрын
Thank you! ❤❤
@TastyKitchen.0
@TastyKitchen.0 Ай бұрын
beat 100% bool isValid(string s) { stack<int> stk; for (int i=0; i<s.size(); i++) { char c=s[i]; if (c=='(' or c=='{' or c=='['){ stk.push(c); } else { if (!stk.empty()) { if (c == ')' and stk.top() == '(' or c == '}' and stk.top() == '{' or c == ']' and stk.top()=='[') { stk.pop(); } else { return false; } } else return false; } } return stk.empty(); }
@TastyKitchen.0
@TastyKitchen.0 Ай бұрын
thank you bhai
@AbhishekSensei
@AbhishekSensei Ай бұрын
Keep supporting ❤
@anordinaryguy207
@anordinaryguy207 Ай бұрын
kitne ho gye leetcode ?
@bhatiaprakarsh12
@bhatiaprakarsh12 2 ай бұрын
aaj ke baad video matt banana
@AbhishekSensei
@AbhishekSensei Ай бұрын
@@bhatiaprakarsh12 Maine aapko force to nahi kiya hai ki meri videos dekho karke..
@shubhamkeluskar6871
@shubhamkeluskar6871 2 ай бұрын
code not working For All test cases you can try this code : class Solution { public: int removeDuplicates(vector<int>& nums) { int i = 0; for (const int num : nums) if (i < 1 || num > nums[i - 1]) nums[i++] = num; return i; } };
@twilightzer1147
@twilightzer1147 2 ай бұрын
[1,2,3,4,5,6,7] [4,3,2,1,5,6,7] [4,3,2,1,7,6,5] [5,6,7,1,2,3,4]
@twilightzer1147
@twilightzer1147 2 ай бұрын
1st approach code please
@rev_krakken70
@rev_krakken70 2 ай бұрын
Bit manipulation se aur bhi fast ho jayega
@AbhishekSensei
@AbhishekSensei 2 ай бұрын
@@rev_krakken70 oh, Thankyou I will try.
@kartikverma1998
@kartikverma1998 2 ай бұрын
Very nice explaination , but the sound effect was like i am watching some facts video😂😂 , Don't use this sound effect
@AbhishekSensei
@AbhishekSensei 2 ай бұрын
@@kartikverma1998 😅, Yes I stopped giving background music.
@Ganesh_Chaubey
@Ganesh_Chaubey 2 ай бұрын
Hii bhaiya qsns ki playlist alag alag kr dijiyega...... Simple to understand
@AbhishekSensei
@AbhishekSensei 2 ай бұрын
@@Ganesh_Chaubey Ok
@itipurwar2730
@itipurwar2730 2 ай бұрын
👍
@AbhishekSensei
@AbhishekSensei 2 ай бұрын
@@itipurwar2730 Thankyou.
@itipurwar2730
@itipurwar2730 2 ай бұрын
👍
@AbhishekSensei
@AbhishekSensei Ай бұрын
Thankyou ❤
@AmandeepsinghSingh-hc6ci
@AmandeepsinghSingh-hc6ci 2 ай бұрын
Arrey bhai vo equal ni krte value assign karte ha
@AbhishekSensei
@AbhishekSensei 2 ай бұрын
@@AmandeepsinghSingh-hc6ci ok thanks
@AKASHKUMAR-ef8op
@AKASHKUMAR-ef8op 2 ай бұрын
Happy with your Explanation Do every Question From Different topics . people can understand easily 😃
@AbhishekSensei
@AbhishekSensei 2 ай бұрын
@@AKASHKUMAR-ef8op Thankyou, I will try my best
@shikhasharma3894
@shikhasharma3894 2 ай бұрын
amazing👏👏
@AbhishekSensei
@AbhishekSensei 2 ай бұрын
@@shikhasharma3894 Thankyou
@pranayvenkat2496
@pranayvenkat2496 2 ай бұрын
thanks bro for the solution,it worked but with a little change.instead of if statement (m==n) return 0,we have to use if (haystack==needle) return 0;.because it didnt pass this test case ->haystack="aaaa" ans needle="baaa" the answer should be -1 but acc to your code the answer is 0.
@AbhishekSensei
@AbhishekSensei 2 ай бұрын
@@pranayvenkat2496 ohh thanks for the suggestion.
@rxpmbeats7453
@rxpmbeats7453 2 ай бұрын
Great one Sir!
@AbhishekSensei
@AbhishekSensei Ай бұрын
Thankyou ❤❤
@alex_gr992
@alex_gr992 3 ай бұрын
👍
@pratikmulik0049
@pratikmulik0049 3 ай бұрын
Thank you brother for this amzing solution ❤❤
@AbhishekSensei
@AbhishekSensei 3 ай бұрын
@@pratikmulik0049 Keep supporting ❤️
@kashishsharma309
@kashishsharma309 3 ай бұрын
bakwas bhai faltu video maat dekho
@PriyaKumari-fz8ek
@PriyaKumari-fz8ek 3 ай бұрын
Sir, if we want to print emojis on terminal also, after Running the program then how can i do that also...??
@RudrakshAgarwal-j8h
@RudrakshAgarwal-j8h 3 ай бұрын
this code is wrong it passes only 15 out of 20 test cases pls correct it do not misguide anyone
@AbhishekSensei
@AbhishekSensei 3 ай бұрын
@@RudrakshAgarwal-j8h I think you had done some mistake, It is working perfectly fine in every scenario.
@xyzhacker00999
@xyzhacker00999 3 ай бұрын
bht accha smjhate ho bro great
@fross1876
@fross1876 3 ай бұрын
Nice explanation........Bhai please try to show company tag also....
@AbhishekSensei
@AbhishekSensei 3 ай бұрын
@@fross1876 It's paid 🥲
@ayushtrivedi1513
@ayushtrivedi1513 3 ай бұрын
bhai padha acha rahe ho bs music hta do
@AbhishekSensei
@AbhishekSensei 3 ай бұрын
@@ayushtrivedi1513 New videos me ab music add nahi kar raha hu.
@xyzhacker00999
@xyzhacker00999 3 ай бұрын
bro continue rakho
@AbhishekSensei
@AbhishekSensei 3 ай бұрын
@@xyzhacker00999 Thankyou Bro
@fross1876
@fross1876 3 ай бұрын
Bro dsa qns lao medium to hard
@AbhishekSensei
@AbhishekSensei 3 ай бұрын
@@fross1876 Ha bro wo bhi continue hai
@fross1876
@fross1876 3 ай бұрын
Good explanation ❤❤❤
@AbhishekSensei
@AbhishekSensei 3 ай бұрын
@@fross1876 Thankyou
@vision6053
@vision6053 4 ай бұрын
superb
@akcGaming-e5h
@akcGaming-e5h 4 ай бұрын
Thank you so much 👍
@AbhishekSensei
@AbhishekSensei 4 ай бұрын
@@akcGaming-e5h Welcome ❤️
@Shivam-fo8qk
@Shivam-fo8qk 4 ай бұрын
upper wala kaise code karna ha
@twilightzer1147
@twilightzer1147 2 ай бұрын
class Solution { public: void rotate(vector<int>& nums, int k) { vector<int> newArr(nums); int n=nums.size(); k=k%n; for(int i=0;i<nums.size();i++){ int newIdx=(i+k)%n; nums[newIdx]=newArr[i]; } } };
@fross1876
@fross1876 4 ай бұрын
Great explanation❤
@AbhishekSensei
@AbhishekSensei 4 ай бұрын
@@fross1876 Thankyou
@ArchanaRawat-r3f
@ArchanaRawat-r3f 4 ай бұрын
please don't add the background music
@AbhishekSensei
@AbhishekSensei 4 ай бұрын
@@ArchanaRawat-r3f sorry, I will not upload background music anymore.
@abhasthakur36
@abhasthakur36 4 ай бұрын
bhai optimal hai na ye
@AbhishekSensei
@AbhishekSensei Ай бұрын
Yes bro, its preety efficient.
@ryan7118
@ryan7118 4 ай бұрын
Nice ❤
@AbhishekSensei
@AbhishekSensei 4 ай бұрын
@@ryan7118 thankyou ✨
@SaurabhSingh-in7lr
@SaurabhSingh-in7lr 4 ай бұрын
Kaun se year mein ho bhai??
@AbhishekSensei
@AbhishekSensei 4 ай бұрын
@@SaurabhSingh-in7lr Job kar raha hu bro.
@SaurabhSingh-in7lr
@SaurabhSingh-in7lr 4 ай бұрын
@@AbhishekSensei bhaiya first year mein hu css aur html kr liya hai tier 3 college iske aur konsi language kro love babbar ka couse liya hai ..aap tyoda guide kr do
@AbhishekSensei
@AbhishekSensei 4 ай бұрын
@@SaurabhSingh-in7lr As you have already learnt HTML CSS you are already doing good. Placements ke liye 2 good projects, DSA not only theory but practice is important ( use leetcode/gfg practice). Aapke pass bahut time hai abhi to saare fundamentals ko clear karte hue karna. Project kuch unique hona chahiye, MERN stack projects sab banate hain, College ke 2nd ya 3rd year se hi internship khojne ka try karna..
@PunjabPrank
@PunjabPrank 4 ай бұрын
Bhai smjh nhi aaya 😢
@AbhishekSensei
@AbhishekSensei 4 ай бұрын
@@PunjabPrank I am trying to improve everyday, jo bhi samajh na aaya ho mai yahi chat me explain karna ka try kar sakta hu.. aapka doubt batao
@PunjabPrank
@PunjabPrank 4 ай бұрын
@@AbhishekSensei bhai please background mein music band krdo ...uski vajah se kush nhi sunayi deta ...aap ek baar series dubara start kro ek live daily ashe se
@AbhishekSensei
@AbhishekSensei 4 ай бұрын
@@PunjabPrank ok bro, from day after tomorrow.. I will be back.
@itipurwar2730
@itipurwar2730 4 ай бұрын
Helpful video sir ❤
@AbhishekSensei
@AbhishekSensei 4 ай бұрын
@@itipurwar2730 Thankyou, Keep supporting 😀
@itipurwar2730
@itipurwar2730 4 ай бұрын
@@AbhishekSensei Instagram handle h apka