Leetcode Biweekly Contest 138 & Weekly Contest 413 Discussion & Editorial 🚀 | Abhinav Awasthi

  Рет қаралды 4,637

Abhinav Awasthi

Abhinav Awasthi

Күн бұрын

Пікірлер: 23
@harchitgulati3065
@harchitgulati3065 2 ай бұрын
sir aapki explanation itni acch hei !!! Genuine fan of ur explanation
@AyushPetwal-b3i
@AyushPetwal-b3i 2 ай бұрын
best for contest upsolving 💯💯
@raisanjeeb42
@raisanjeeb42 2 ай бұрын
Bhot acha explain kiya bhaiya apne Loved how you approached Biweekly Q3.
@newglobal2056
@newglobal2056 2 ай бұрын
Waiting for it 😅
@AbhinavAwasthi
@AbhinavAwasthi 2 ай бұрын
🙌🏻
@abhinay.k
@abhinay.k 2 ай бұрын
thanks
@TheChampionPushpendrarj
@TheChampionPushpendrarj 2 ай бұрын
Mast video Abhinav Bhai ❤❤ Khair mujhe nahi pta yeh sah kya hai par comment kar diya m😅😅😅😅
@AbhinavAwasthi
@AbhinavAwasthi 2 ай бұрын
Are thanks bhai
@ShresthBhattacharjee-xz7ih
@ShresthBhattacharjee-xz7ih 2 ай бұрын
I think the last question was similar to longest palindromic substring
@rajchinagundi7498
@rajchinagundi7498 2 ай бұрын
Take it as a constructive criticism bro, but you need to explain & breakdown the solution as well as intuition behind the solution in a better fashion, just pasting the code an saying this is this, this is that especially for the ones where upsolving is required Q3s and Q4s.
@AbhinavAwasthi
@AbhinavAwasthi 2 ай бұрын
Yes I understand, will take care of this, thanks for your suggestion
@arnav6885
@arnav6885 2 ай бұрын
Yeh i agree with you
@abdheshkumar7699
@abdheshkumar7699 2 ай бұрын
Hii Sir, just puchna tha aapka koi course yaa phir sara youtube pe kyunki mera bhi logic hritu and kusharga jesa tha tle dia tha
@rajchinagundi7498
@rajchinagundi7498 2 ай бұрын
Q1 Biweekly code looks so unreadable, this is how I wrote it in contest ```class Solution { public: int generateKey(int num1, int num2, int num3) { int ans=0; int k=4; int p=0; while(k--){ int a=num1%10; int b=num2%10; int c=num3%10; num1/=10; num2/=10; num3/=10; int mn=min(min(a,b),c); ans+=mn*pow(10,p); p++; } return ans; } };``` stick to fundamentals.
@yashsiwch
@yashsiwch 2 ай бұрын
How can i join you on meet while upsolving
@AbhinavAwasthi
@AbhinavAwasthi 2 ай бұрын
Soon I am launching a group that you can join for live discussion
@shivanshmahajan2281
@shivanshmahajan2281 2 ай бұрын
class Solution { public: int findMultiplier(int health, int power){ int m = health/power; if(health%power > 0) m += 1; return m; } long long minDamage(int power, vector& damage, vector& health) { int n = damage.size(); vector nums; long long total_damage = accumulate(damage.begin(), damage.end(), 0); long long min_damage_to_bob = 0; for(int i=0; i
@sahils-z5q
@sahils-z5q 2 ай бұрын
Nice
@saumyaagarwal7
@saumyaagarwal7 2 ай бұрын
mastt hai
@hiteshpatwal9688
@hiteshpatwal9688 2 ай бұрын
Bhai div 3 codeforces round 970 please 😢😢😢
@vikassinghbisht7305
@vikassinghbisht7305 2 ай бұрын
great work bhaiya
@Mohitkumar-zz4mp
@Mohitkumar-zz4mp 2 ай бұрын
👋👍👍
The Singing Challenge #joker #Harriet Quinn
00:35
佐助与鸣人
Рет қаралды 28 МЛН
这是自救的好办法 #路飞#海贼王
00:43
路飞与唐舞桐
Рет қаралды 121 МЛН
Leetcode Weekly Contest 413 | Video Solutions - A to D | by Harsh Gupta | TLE Eliminators
1:05:36
AWS CEO - The End Of Programmers Is Near
28:08
ThePrimeTime
Рет қаралды 545 М.
Stop With Software Estimates
16:54
ThePrimeTime
Рет қаралды 145 М.
I Solved 1583 Leetcode Questions  Here's What I Learned
20:37
ThePrimeTime
Рет қаралды 719 М.
Coding Was HARD Until I Learned These 5 Things...
8:34
Elsa Scola
Рет қаралды 647 М.
10 Math Concepts for Programmers
9:32
Fireship
Рет қаралды 1,9 МЛН
The Singing Challenge #joker #Harriet Quinn
00:35
佐助与鸣人
Рет қаралды 28 МЛН