Nth Natural Number - GeeksforGeeks - Day 2 of 30DaysofCode -

  Рет қаралды 4,026

Sai Prakash Reddy

Sai Prakash Reddy

Күн бұрын

Пікірлер: 20
@madhav3444
@madhav3444 3 жыл бұрын
the first bruteforce solution will always give TLE because start is only incrementing when digit does not contain "9" . So the while loop will never terminate isn't it ?
@avidlearner799
@avidlearner799 3 жыл бұрын
Nope, start
@akhildhingra8393
@akhildhingra8393 3 жыл бұрын
I really couldn't understand the log part. Can you help me explaining it a little bit detail?😕😕 I didn't understood base 9 base 10, the relation of this to problem. Thank you
@kunalsaha9239
@kunalsaha9239 3 жыл бұрын
And pls continue till day_30 :):)
@SaiprakashReddy
@SaiprakashReddy 3 жыл бұрын
Sure
@kunalsaha9239
@kunalsaha9239 3 жыл бұрын
Your linked in profile in not available!!!!!!!
@SaiprakashReddy
@SaiprakashReddy 3 жыл бұрын
Hello Kunal, Lol.. thanks for mentioning that , copy paste messed it up ... I have updated the links and thanks for the sub 🤝
@abbaammi5836
@abbaammi5836 3 жыл бұрын
Bro iam watching these videos after 6 months how can I get ur 30 days videos
@ShivaniSingh-jt6kl
@ShivaniSingh-jt6kl 3 жыл бұрын
Where is today's code?
@SaiprakashReddy
@SaiprakashReddy 3 жыл бұрын
Hey , these are being published on geeks for geeks youtube channel .
@nupurgarg2892
@nupurgarg2892 3 жыл бұрын
can you help with this code in C++
@kalyanchowdhury2240
@kalyanchowdhury2240 3 жыл бұрын
vector v; while(N) { v.push_back(N%9); N /= 9; } long long ans = 0; for(int i=v.size()-1;i>=0;i--) ans = ans*10+v[i]; return ans;
@SaiprakashReddy
@SaiprakashReddy 3 жыл бұрын
Hello kalyan , This code works but you are using additional vector memory . You can do this in 0(1) space .
@nupurgarg2892
@nupurgarg2892 3 жыл бұрын
@@kalyanchowdhury2240 thank you
@prabhattiwari5964
@prabhattiwari5964 3 жыл бұрын
@@kalyanchowdhury2240 while(N) { v.push_back(N%9); N /= 9; } what this will do
@kalyanchowdhury2240
@kalyanchowdhury2240 3 жыл бұрын
@@prabhattiwari5964 Do dry run with any example..
@devendrapandey4059
@devendrapandey4059 3 жыл бұрын
What is Day1 problem?
@SaiprakashReddy
@SaiprakashReddy 3 жыл бұрын
Hello Devendra , I couldn't exactly recall the name but it was an easy problem related to array index manipulation .
@nupurgarg2892
@nupurgarg2892 3 жыл бұрын
Geek and his classmates
@SaiprakashReddy
@SaiprakashReddy 3 жыл бұрын
@@nupurgarg2892 thanks Nupur
Valid Pair Sum - Day 7 of  #30daysofcodewithGFG
7:54
Sai Prakash Reddy
Рет қаралды 1,1 М.
小蚂蚁会选到什么呢!#火影忍者 #佐助 #家庭
00:47
火影忍者一家
Рет қаралды 130 МЛН
Não sabe esconder Comida
00:20
DUDU e CAROL
Рет қаралды 61 МЛН
СОБАКА И  ТРИ ТАБАЛАПКИ Ч.2 #shorts
00:33
INNA SERG
Рет қаралды 1,4 МЛН
the balloon deflated while it was flying #tiktok
00:19
Анастасия Тарасова
Рет қаралды 35 МЛН
Floating Point Arithmetic: Issues and Limitations | Python
12:19
Sai Prakash Reddy
Рет қаралды 2,3 М.
Day 2 (30 days of code GFG) Nth Natural Number complete solution..
14:24
Suriya Opens Up About Family, Films & Future | InFocus | THR India
39:22
The Hollywood Reporter India
Рет қаралды 472 М.
Making Minecraft 100x faster (by rewriting it in Rust)
17:02
Theo - t3․gg
Рет қаралды 38 М.
TRUST ISSUES with setTimeout() | Namaste JavaScript Ep.17
26:11
Akshay Saini
Рет қаралды 288 М.
What Is Dynamic Programming and How To Use It
14:28
CS Dojo
Рет қаралды 1,6 МЛН
Building Best Personal Cloud Storage Solution with AWS S3 #1
49:45
Sai Prakash Reddy
Рет қаралды 2,1 М.
小蚂蚁会选到什么呢!#火影忍者 #佐助 #家庭
00:47
火影忍者一家
Рет қаралды 130 МЛН