No video

Maximum Sum Circular Subarray | Leetcode 918

  Рет қаралды 14,327

Codebix

Codebix

Күн бұрын

liked this video? Click here / @codebix1096
problem :- leetcode.com/p...
code :- github.com/luc...

Пікірлер: 73
@ojaswibhardwaj3960
@ojaswibhardwaj3960 4 жыл бұрын
It's just perfect way to teach anyone... you are such a savior man... thank you
@sauryakumargupta3008
@sauryakumargupta3008 Жыл бұрын
Your ability to explain a complex issue in a concise and comprehensive manner is truly impressive, sir.
@amitazadi
@amitazadi 2 жыл бұрын
This was the best explanation. I understood the code, but I was finding like how we came up with this approach. It's really nice, that's why I am doing comment.
@vishalverma2986
@vishalverma2986 Жыл бұрын
greaT explaination
@mohit8299
@mohit8299 Жыл бұрын
very nice explanation
@tejasdonadkar9094
@tejasdonadkar9094 3 жыл бұрын
ap itna badia kyse soch lete ho sir Thank You So much sir
@codebix1096
@codebix1096 3 жыл бұрын
Thank you. Follow our linkedin page for regular updates www.linkedin.com/company/codebix/?viewAsMember=true
@akankshasaini3779
@akankshasaini3779 4 жыл бұрын
You saved me here! After wasting a lot of time, I was thinking to copy paste the solution.
@vcs649
@vcs649 4 ай бұрын
fantastic approach 👍
@kausinsayed8736
@kausinsayed8736 Жыл бұрын
best explanation
@DivyaPrakash-bj6zk
@DivyaPrakash-bj6zk 2 жыл бұрын
Bhai outro music htale kaan phhat gye. Btw great explanation.
@amanjaiswal4847
@amanjaiswal4847 3 жыл бұрын
your way of doing dry run is awesome sir thanku very much
@surajpasi4710
@surajpasi4710 2 жыл бұрын
Super easy explanation
@samyakjain7422
@samyakjain7422 2 жыл бұрын
bhai i lovee ur reverse engineering...i just paused by ad blocker for you video so you get ad revenue...i love ur videos man...make more such
@shantanukumar4081
@shantanukumar4081 2 жыл бұрын
Great Explanation !!!
@vaidehimahyavanshi558
@vaidehimahyavanshi558 Жыл бұрын
Your explanation is just up to mark! Thankyou
@scholar_boy425
@scholar_boy425 2 жыл бұрын
Amazing way of explanation
@iamkdblue
@iamkdblue 4 жыл бұрын
Great Explanation Buddy :) , Upper Upper se Gaya hahahah .... But tune mst bataya keep it up
@codebix1096
@codebix1096 4 жыл бұрын
Thanks 😅
@fazerugbrug439
@fazerugbrug439 Жыл бұрын
Perfection
@abhinavverma4111
@abhinavverma4111 4 жыл бұрын
It was tough question for me. Thought a lot, but couldn't come up with negating all array elements approach
@codebix1096
@codebix1096 4 жыл бұрын
Hope it is clear now
@abhinavverma4111
@abhinavverma4111 4 жыл бұрын
@@codebix1096 Yes.
@codeishard3182
@codeishard3182 2 жыл бұрын
14:52 how does kadanes algo give -1 in a array with all negative number?
@soumyajitdey1398
@soumyajitdey1398 4 жыл бұрын
What software are you using to write and explain the Algos?
@akshanshsharma6025
@akshanshsharma6025 11 ай бұрын
Bro you nailed it ❤
@rahulbhandari8861
@rahulbhandari8861 4 жыл бұрын
Perfect Explaination
@codebix1096
@codebix1096 4 жыл бұрын
join this facebook group to get updates of upcoming videos and discussions facebook.com/groups/258049468776636/about
@akashpoonia440
@akashpoonia440 4 жыл бұрын
Video mast tha bhai... Aise he recursion pay bhi koi series bana do pleaseee...
@rohand5545
@rohand5545 3 жыл бұрын
tum bada mast kaam karte ho Maqsood bhai
@lomeshdaheria9960
@lomeshdaheria9960 3 жыл бұрын
Thanks bhai😁😊😄
@AA-rg1mv
@AA-rg1mv 4 жыл бұрын
sir, if we are doing y+z, what is the need of comparing it with the result of normal kadane algo i.e x ?
@piyushjain5852
@piyushjain5852 3 жыл бұрын
You missed one case when all the elements of the array are negative, in this case, your code will give the wrong answer, so add an extra condition: if all elements are negative then return max(arr).
@soumavanag5025
@soumavanag5025 3 жыл бұрын
he already covered that in his code -> y + z == 0
@samyak4175
@samyak4175 Жыл бұрын
@@soumavanag5025 he returned zero, should have returned x there *if( y + z == 0) return x;* this will work
@user-eg9hu4zw5r
@user-eg9hu4zw5r Жыл бұрын
@@samyak4175 he returned x only check code properly bro.
@Satishkumar-rx7oy
@Satishkumar-rx7oy 2 жыл бұрын
thanks sir. It helped lot to understand
@venkateshkumar96611
@venkateshkumar96611 4 жыл бұрын
this is gold........!!!
@shaamidrees6036
@shaamidrees6036 2 жыл бұрын
Great explanation sir
@sagarhande2906
@sagarhande2906 3 жыл бұрын
Well explained 👏Thanks a lot got it now🙌
@harshitruhela9492
@harshitruhela9492 2 жыл бұрын
excellent explanation ..Thank you!
@vk8201
@vk8201 2 жыл бұрын
Thank you sir 🎉🎉
@omkarpatil9886
@omkarpatil9886 Жыл бұрын
wow ..respect++ sir
@PRERITAGRAWALBLC
@PRERITAGRAWALBLC 3 жыл бұрын
is there also a video kadane's algorithm ??
@shivjeetsingh459
@shivjeetsingh459 4 жыл бұрын
Nice concept. Please upload more videos related to recursion.
@codebix1096
@codebix1096 4 жыл бұрын
sure i will try
@saunaknandi1814
@saunaknandi1814 2 жыл бұрын
@@codebix1096 bhaiya bucket sort pe video banado na
@madhavagarwal2658
@madhavagarwal2658 3 жыл бұрын
great video
@utkarshnag5437
@utkarshnag5437 4 жыл бұрын
Very nice sir
@codebix1096
@codebix1096 4 жыл бұрын
Keep watching please share this channel with your friends
@snehalmishra5429
@snehalmishra5429 3 жыл бұрын
👍👍👍👏👏
@charlyjoseph7786
@charlyjoseph7786 4 жыл бұрын
Very nice
@codebix1096
@codebix1096 4 жыл бұрын
Thanks
@sachindeshpande4521
@sachindeshpande4521 4 жыл бұрын
you are awesome
@atharvakalele37
@atharvakalele37 2 жыл бұрын
I think we can modify Kadane's algo itself I mean I wrote a recursive code and it almost worked for 96 test cases/111 So maybe a little more optimization and my code would be good to go?
@hiteshrana2527
@hiteshrana2527 3 жыл бұрын
perfect
@harshbhabar51
@harshbhabar51 3 жыл бұрын
Awesome !!!🍻
@sharuk3545
@sharuk3545 2 жыл бұрын
sir g vdio ni a ri h ab
@abhigyannayak4151
@abhigyannayak4151 4 жыл бұрын
Nice Explanation bro...#GoMayLeetcodeChallenge xD
@codebix1096
@codebix1096 4 жыл бұрын
😄😄 subscribe kiya?
@codebix1096
@codebix1096 4 жыл бұрын
join this facebook group to get updates of upcoming videos and discussions facebook.com/groups/258049468776636/about
@testingDhippiuh
@testingDhippiuh 4 жыл бұрын
Nice
@codebix1096
@codebix1096 4 жыл бұрын
Thanks
@AnkitKumarCoder
@AnkitKumarCoder 4 жыл бұрын
Awesome buddy!!
@codebix1096
@codebix1096 4 жыл бұрын
Thanks!!
@smita6266
@smita6266 2 жыл бұрын
Is this code is big of n
@ShivamVerma-gq2sm
@ShivamVerma-gq2sm 3 жыл бұрын
@7:20 , how it will be min for a genral case? here it is min. but I am not able to understand how are you concluding that ,that subarray will give min sum? Please explain.
@manikantasai6118
@manikantasai6118 3 жыл бұрын
here also same bro .how???
@sunnykakrani7830
@sunnykakrani7830 4 жыл бұрын
sexy explanation bro !!
@codecartel4598
@codecartel4598 3 жыл бұрын
Bhai. App ne bohot hi badiya tari k se explain kiya. bohot hi badiya insaan ho. Lekin agar aap Congress ko support karte ho tho aap bohot hi ghatiya insaan ho
@poojamaheshwari748
@poojamaheshwari748 3 жыл бұрын
best explanation
@shubhramishra4568
@shubhramishra4568 4 жыл бұрын
Great explanation
@codebix1096
@codebix1096 4 жыл бұрын
Glad it was helpful!
Maximum Sum Circular Subarray - Leetcode 918 - Python
16:49
NeetCodeIO
Рет қаралды 33 М.
Maximum Sum Circular Subarray | Leetcode #918
14:02
Techdose
Рет қаралды 84 М.
Or is Harriet Quinn good? #cosplay#joker #Harriet Quinn
00:20
佐助与鸣人
Рет қаралды 46 МЛН
Cute kitty gadgets 💛
00:24
TheSoul Music Family
Рет қаралды 21 МЛН
Implement Trie (Prefix Tree) | leetcode 208 | Hindi
22:06
Codebix
Рет қаралды 7 М.
Subarray Sums Divisible by K | leetcode 974 | Hindi
13:10
Codebix
Рет қаралды 16 М.
Google Coding Interview With A High School Student
57:24
Clément Mihailescu
Рет қаралды 4,1 МЛН
LeetCode 442. Find All Duplicates in an Array (Solution Explained)
12:37
Kadane's Algorithm | Maximum Subarray Sum | Finding and Printing
20:09
take U forward
Рет қаралды 408 М.
Longest Common Substring | Recursion and Memoization
24:21
Codebix
Рет қаралды 11 М.
Maximum Sum Rectangular Submatrix in Matrix dynamic programming/2D kadane
13:54
Tushar Roy - Coding Made Simple
Рет қаралды 203 М.
Shortest Subarray with Sum at Least K | Leetcode #862
21:31
Techdose
Рет қаралды 33 М.
Google Coding Interview With A Competitive Programmer
54:17
Clément Mihailescu
Рет қаралды 2,5 МЛН