Plus One Problem in Python | Leetcode 500 problem challenge in Python

  Рет қаралды 176

Code To Design

Code To Design

Күн бұрын

Пікірлер: 7
@Antel_007
@Antel_007 9 ай бұрын
very insightful this.
@codetodesign
@codetodesign 9 ай бұрын
I'm glad you found it helpful.🙂
@ravikumargangula
@ravikumargangula 7 ай бұрын
sir pls explain this--> if we take list as [9,8,9]
@codetodesign
@codetodesign 7 ай бұрын
digits = [9, 8, 9] n = 3 First Iteration (i=2): digits[2] is incremented by 1: digits[2] = 9 + 1 = 10 Since digits[2] is 10 (which means there's a carry), digits[2] is set to 0. digits becomes [9, 8, 0]. Second Iteration (i=1): digits[1] is incremented by 1: digits[1] = 8 + 1 = 9 Since digits[1] is less than 10, no carry is generated, and the loop breaks. digits becomes [9, 9, 0]. Final State: The loop terminates because there is no further carry. The function returns [9, 9, 0]. I hope now its clear.
@ravikumargangula
@ravikumargangula 7 ай бұрын
@@codetodesign Tq sir
@CodeWithKushwaha
@CodeWithKushwaha 8 ай бұрын
Plz do 500 leetcode problems in java, we really need it
@codetodesign
@codetodesign 8 ай бұрын
After python, will do it in Java.
5 Useful Dunder Methods In Python
16:10
Indently
Рет қаралды 67 М.
Жездуха 41-серия
36:26
Million Show
Рет қаралды 5 МЛН
-5+3은 뭔가요? 📚 #shorts
0:19
5 분 Tricks
Рет қаралды 13 МЛН
"Идеальное" преступление
0:39
Кик Брейнс
Рет қаралды 1,4 МЛН
I Sent a Subscriber to Disneyland
0:27
MrBeast
Рет қаралды 104 МЛН
5 Python Libraries You Should Know in 2025!
22:30
Keith Galli
Рет қаралды 87 М.
Learn Any Programming Language In 3 Hours!
22:37
Code With Huw
Рет қаралды 633 М.
Make The String Great - Leetcode 1544 - Python
10:53
NeetCodeIO
Рет қаралды 8 М.
6 Tips to write BETTER For Loops in Python
9:19
Patrick Loeber
Рет қаралды 251 М.
10 Important Python Concepts In 20 Minutes
18:49
Indently
Рет қаралды 456 М.
My 10 “Clean” Code Principles (Start These Now)
15:12
Conner Ardman
Рет қаралды 318 М.
Fast Inverse Square Root - A Quake III Algorithm
20:08
Nemean
Рет қаралды 5 МЛН
"Clean" Code, Horrible Performance
22:41
Molly Rocket
Рет қаралды 942 М.
5 Simple Steps for Solving Any Recursive Problem
21:03
Reducible
Рет қаралды 1,3 МЛН
Жездуха 41-серия
36:26
Million Show
Рет қаралды 5 МЛН