Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Please subscribe to the channel and like the video. It will motivate me a lot. ❤❤
thankyou so much you were a big help
thanks buddy
Java code - class Solution { public int myAtoi(String s) { // Your code here int sign = 1, res=0, i = 0; s=s.trim(); if(i 7)) return sign==-1 ? Integer.MIN_VALUE : Integer.MAX_VALUE; res=res*10+newNum; i++; } return res*sign; }}
please explain it in hindi too
sure.Any part which you didn't get ?
Please subscribe to the channel and like the video. It will motivate me a lot. ❤❤
thankyou so much you were a big help
thanks buddy
Java code -
class Solution {
public int myAtoi(String s) {
// Your code here
int sign = 1, res=0, i = 0;
s=s.trim();
if(i 7))
return sign==-1 ? Integer.MIN_VALUE : Integer.MAX_VALUE;
res=res*10+newNum;
i++;
}
return res*sign;
}
}
please explain it in hindi too
sure.
Any part which you didn't get ?