Plus One | leetcode 66 | Hindi

  Рет қаралды 22,447

Codebix

Codebix

4 жыл бұрын

liked this video? Click here / @codebix1096 join our facebook group :- / 258049468776636
problem :- leetcode.com/problems/plus-one/
code :- github.com/luckykumardev/leet...

Пікірлер: 39
@meetz_0166
@meetz_0166 Жыл бұрын
I got stuck in this problem from last 2 hours I want to improve my problem solving skills.. Thanks for solution
@PrateekKumar-jx5qm
@PrateekKumar-jx5qm 3 жыл бұрын
Your explanation is superb which makes leetcode problems easy for us to understand...keep uploading problems of leetcode...
@codebix1096
@codebix1096 3 жыл бұрын
Thank you, I will Follow our linkedin page for regular updates www.linkedin.com/company/codebix/?viewAsMember=true
@rajarshibasu
@rajarshibasu Жыл бұрын
Amazing Explanation Sir, Thank You !
@HarshGupta-if2xg
@HarshGupta-if2xg 4 жыл бұрын
keep uploading videos ..explanation was great . THANKU YOU
@codebix1096
@codebix1096 4 жыл бұрын
Thank you, I will
@amanrathore3610
@amanrathore3610 10 ай бұрын
great explained ,very helpfull video and easy code💯
@AvinashGuptaAkChannel
@AvinashGuptaAkChannel Жыл бұрын
thank you sir ji 🙏🙏🙏
@kunalkheeva
@kunalkheeva Жыл бұрын
thank you!!
@411_danishranjan9
@411_danishranjan9 3 жыл бұрын
bhai you are the best, no one can be better than you
@codebix1096
@codebix1096 3 жыл бұрын
Thank you. Follow our linkedin page for regular updates www.linkedin.com/company/codebix/?viewAsMember=true
@ManishKumar-zm9rj
@ManishKumar-zm9rj Жыл бұрын
Amazing Explanation keep it up 😁😁
@prathameshpawar985
@prathameshpawar985 Жыл бұрын
Superb Explianation !
@phlox22
@phlox22 Жыл бұрын
Amazing explanation thanks a lot
@debnathsaha6952
@debnathsaha6952 11 ай бұрын
Thanks you so much for this code
@siddheshb.kukade4685
@siddheshb.kukade4685 2 жыл бұрын
thank you for the video
@ajayaman46
@ajayaman46 4 жыл бұрын
Guru g🙏 👍
@nakulsharma2560
@nakulsharma2560 2 жыл бұрын
thanks bro.
@subhampanda3976
@subhampanda3976 Жыл бұрын
Good explanation👏
@Rahulyadav-vz5sj
@Rahulyadav-vz5sj 2 жыл бұрын
Osm explained
@mohdyaseenkhan9147
@mohdyaseenkhan9147 Жыл бұрын
Superb explanation
@abhishekprasad7568
@abhishekprasad7568 2 жыл бұрын
great
@shaikhmantsha3214
@shaikhmantsha3214 Жыл бұрын
nicelyyyy explainedddddd!!!!!!!!!!!!!!!!
@kapilrana4043
@kapilrana4043 2 жыл бұрын
Nice explanation bhai maza aagay bas ek prob aarahi hai jab mai apna array ide may print kar raha hu 9 wale case kayliye to mera only 0 print ho raha hai mai for each loop use kar raha hu for (int e: a){ System.out.print(e+" "); }
@jayeshchaurasiya262
@jayeshchaurasiya262 3 жыл бұрын
Sir it will show wrong output for input [0,0]
@atharvapatil7772
@atharvapatil7772 2 жыл бұрын
what's name of tittle track ??
@Ankur-zd4db
@Ankur-zd4db 2 жыл бұрын
Please upload more videos please 🙏
@kushagrakeshav3334
@kushagrakeshav3334 3 жыл бұрын
If the input is 9 than what
@ETech522
@ETech522 11 ай бұрын
There is a problem if there is a 9 then it increment each value og aarya by one
@anushkaagrawalnitk931
@anushkaagrawalnitk931 Жыл бұрын
can u tell me why did u started the loop from back?
@IndianNatiional
@IndianNatiional 5 ай бұрын
Just to ensure if the last element is a 9 or not. If it is, we know adding 1 to 9 will result in 10 which means 0 in the last element place and carry added to the 2nd last element.
@infinite639
@infinite639 2 жыл бұрын
bhai java ka tutorial banao
@swarnabhadas9018
@swarnabhadas9018 3 жыл бұрын
At the end instead of making a new array, just do arr.insert(arr.begin(), 1). That's it!
@palakjaiswal3031
@palakjaiswal3031 2 жыл бұрын
thankyou for this
@AmritAgarwal07
@AmritAgarwal07 4 жыл бұрын
Sir in all of your video the audio quality is very low
@manishpundir9625
@manishpundir9625 3 жыл бұрын
Awesome explanation. Thanks for sharing. One thing I noticed that the code will fail for input [0,0] so below one i updated. please verify. int[] plusOne(int[] nums) { for (int i = nums.length - 1; i >= 0; i--) { if (nums[i] != 9) { nums[i] = nums[i] + 1; return nums; } else { nums[i] = 0; } } int[] res = new int[nums.length + 1]; res[0] = 1; return res; }
@suryanarayansubudhi9439
@suryanarayansubudhi9439 3 жыл бұрын
It is failing for [0,0]
@kingzafar8805
@kingzafar8805 2 жыл бұрын
[0,0] i.e 00 is no such integer, it is 0 only like, 01 is 1. 0 before integer has no value .
Plus One | LeetCode 66 | C++, Java, Python
11:00
Knowledge Center
Рет қаралды 25 М.
마시멜로우로 체감되는 요즘 물가
00:20
진영민yeongmin
Рет қаралды 32 МЛН
50 YouTubers Fight For $1,000,000
41:27
MrBeast
Рет қаралды 186 МЛН
Smart Sigma Kid #funny #sigma #comedy
00:26
CRAZY GREAPA
Рет қаралды 7 МЛН
🤔Какой Орган самый длинный ? #shorts
00:42
Reverse Bits | leetcode 190 | Hindi
8:56
Codebix
Рет қаралды 21 М.
I solved 541 Leetcode problems. But you need only 150.
7:42
Sahil & Sarra
Рет қаралды 2,3 МЛН
Leetcode 66. Plus One
8:44
Fraz
Рет қаралды 9 М.
Plus one | LeetCode problem 66
7:12
Technosage
Рет қаралды 18 М.
Crowdstruck (Windows Outage) - Computerphile
14:42
Computerphile
Рет қаралды 119 М.
3sum | leetcode 15 | Hindi
21:48
Codebix
Рет қаралды 29 М.
PhD AI student explains how China already have won in AI..
13:28
livinlavidaluke
Рет қаралды 59 М.
마시멜로우로 체감되는 요즘 물가
00:20
진영민yeongmin
Рет қаралды 32 МЛН