STRING TO INTEGER (ATOI) | PYTHON | LEETCODE # 8

  Рет қаралды 12,297

Cracking FAANG

Cracking FAANG

Күн бұрын

Пікірлер: 15
@ritwik_shivam
@ritwik_shivam 2 жыл бұрын
I tried to solve using your code but was failing at some edge cases, so I tried to debug and now it works fine def myAtoi(self, s: str) -> int: s = s.lstrip() if not s: return 0 if len(s)==1 and not s[0].isdigit(): return 0 i = 0 sign = 1 if s[i]=="+": i+=1 if s[i]=="-": sign = -1 i+=1 if i==2: return 0 parsed = 0 while i2**31-1: return 2**31-1 elif parsed
@crackfaang
@crackfaang 2 жыл бұрын
Not sure how that’s possible unless Leetcode changed the test cases or you made a mistake when copying over my code. Glad you got it working though
@ritwik_shivam
@ritwik_shivam 2 жыл бұрын
@@crackfaang Yeah I might have made some mistake, and thanks for the code once again it was clear and understandable, your "glad you got it working" gave a lot of motivation to code and debug on my own for upcoming questions, subscribed your channel😃😃
@ashutoshrautela3454
@ashutoshrautela3454 2 жыл бұрын
Keep growing 👍🏻
@crackfaang
@crackfaang 2 жыл бұрын
Make sure to subscribe and let me know if there's any videos you'd like me to make in the future :)
@rakeshramesh9248
@rakeshramesh9248 2 жыл бұрын
i dont think in the interview you can use int(), rather use ASCII values to get the int out of it
@ebenezeracquah478
@ebenezeracquah478 Жыл бұрын
Wwwoooww I love this explanation, it awesome.
@crackfaang
@crackfaang Жыл бұрын
Thanks, glad you found it helpful
@carloslazarin
@carloslazarin 2 жыл бұрын
Thx for sharing!
@crackfaang
@crackfaang 2 жыл бұрын
No problem! Glad you enjoyed the content
@shafalisingh54
@shafalisingh54 Жыл бұрын
great explanation
@jacksonyang8451
@jacksonyang8451 Жыл бұрын
it will not work when "+-123", which is a 0 case
@hongbo-wei
@hongbo-wei 5 ай бұрын
Thx!
@sheralikhan3810
@sheralikhan3810 Жыл бұрын
this is not appropriate for all cases.
REMOVE ADJACENT DUPLICATES IN STRING II | PYTHON | LEETCODE # 1047
13:13
I Solved 100 LeetCode Problems
13:11
Green Code
Рет қаралды 236 М.
Мама у нас строгая
00:20
VAVAN
Рет қаралды 9 МЛН
бабл ти гель для душа // Eva mash
01:00
EVA mash
Рет қаралды 9 МЛН
Amazing remote control#devil  #lilith #funny #shorts
00:30
Devil Lilith
Рет қаралды 16 МЛН
String to Integer atoi 🔥| Leetcode 8 | String
16:59
Ayushi Sharma
Рет қаралды 45 М.
I gave 127 interviews. Top 5 Algorithms they asked me.
8:36
Sahil & Sarra
Рет қаралды 673 М.
ML Was Hard Until I Learned These 5 Secrets!
13:11
Boris Meinardus
Рет қаралды 339 М.
why are switch statements so HECKIN fast?
11:03
Low Level
Рет қаралды 427 М.
Please Master These 10 Python Functions…
22:17
Tech With Tim
Рет қаралды 212 М.
How I Failed the Google Coding Interview (and lessons I learned)
14:24
How to Solve ANY LeetCode Problem (Step-by-Step)
12:37
Codebagel
Рет қаралды 297 М.
Dynamic Programming isn't too hard. You just don't know what it is.
22:31
DecodingIntuition
Рет қаралды 195 М.
Maze Solving - Computerphile
17:15
Computerphile
Рет қаралды 1,1 МЛН
Мама у нас строгая
00:20
VAVAN
Рет қаралды 9 МЛН