Excel Sheet Column Number Part 1 gfg GeeksforGeeks Daily Challenge | Amazon

  Рет қаралды 5,856

Code with Alisha

Code with Alisha

Күн бұрын

Пікірлер: 32
@MTB_Bay_Area
@MTB_Bay_Area 2 жыл бұрын
Fantastic, Thank you. you have deep understanding of math. I appreciate your help
@probabilitycodingisfunis1
@probabilitycodingisfunis1 2 жыл бұрын
You are most welcome
@deepakgaroda975
@deepakgaroda975 Жыл бұрын
Your Explanation is very nice and easy to understand
@yusenpeng
@yusenpeng Жыл бұрын
Excellent explanation about the tricky "Z" case. I really appreciate it.
@probabilitycodingisfunis1
@probabilitycodingisfunis1 Жыл бұрын
Thank you so much @yusen peng
@sahilanand30
@sahilanand30 2 жыл бұрын
Best explanation
@mdsaquibansari4123
@mdsaquibansari4123 2 жыл бұрын
Always search for your video only, no time waste as u come to the point very quickly and best explanation
@rahularora7576
@rahularora7576 2 жыл бұрын
Best explanation on youtube
@probabilitycodingisfunis1
@probabilitycodingisfunis1 2 жыл бұрын
Thanks!!
@AmanSharma-vb5jl
@AmanSharma-vb5jl 2 жыл бұрын
You are very very awesome explainer even better than most of coaching institute guys
@probabilitycodingisfunis1
@probabilitycodingisfunis1 2 жыл бұрын
Thank you so much!!
@anjalimishra2979
@anjalimishra2979 Жыл бұрын
I am an experience proffesional of 10 years, in testing just trying to learn dsa and algo, to add value in my skill set, this is something which i read in my academics but never thought it could be ralatable this way, very nice explaination. Thank you so much !!
@probabilitycodingisfunis1
@probabilitycodingisfunis1 2 жыл бұрын
Time complexity -> O(LOG(N)) string ans = ""; while(N) { int rem = N%26; if(rem==0) { ans = "Z"+ans; N=N/26-1; } else { char c = 'A' + rem - 1; N/=26; ans = c+ans; } } return ans;
@shashnitjs
@shashnitjs 7 ай бұрын
nice and nice work
@mdsaquibansari4123
@mdsaquibansari4123 2 жыл бұрын
You are too good
@sunilbhenspaliya9931
@sunilbhenspaliya9931 2 жыл бұрын
simple and esay solution...
@somyatomar6292
@somyatomar6292 2 жыл бұрын
Thanks a lot for an amazing explanation!!🤓
@probabilitycodingisfunis1
@probabilitycodingisfunis1 2 жыл бұрын
Welcome, glad it was helpful
@amanprajapati8647
@amanprajapati8647 2 жыл бұрын
Nicely explained !!!!!! Can you tell me how you choose questions worth making a video ????
@probabilitycodingisfunis1
@probabilitycodingisfunis1 2 жыл бұрын
I usually make daily challenges from both Leetcode and GeeksforGeeks, let me know if you want any specific questions
@bharathkumar5870
@bharathkumar5870 2 жыл бұрын
wow,thanks for explaining behind the scenes...
@ashokdurunde1814
@ashokdurunde1814 2 жыл бұрын
thanks alisha didi understood
@probabilitycodingisfunis1
@probabilitycodingisfunis1 2 жыл бұрын
Welcome, glad it was helpful!!
@harshafartale5775
@harshafartale5775 2 жыл бұрын
Amazing Explanations! Whenever im stuck on leetcode, i always come to your channel to look for solutions or tips!. Please keep up the good work!
@Madsaam09
@Madsaam09 2 жыл бұрын
Well explained....
@muskancreativity7
@muskancreativity7 2 жыл бұрын
Can u please solve "step by step" question of interviewbit in maths section
@kkumar07
@kkumar07 2 жыл бұрын
can we get in logn
@probabilitycodingisfunis1
@probabilitycodingisfunis1 2 жыл бұрын
Its logN only because every time you are dividing by 26..
@bharathkumar5870
@bharathkumar5870 2 жыл бұрын
@@probabilitycodingisfunis1 logn base 26
@dhananjoydey1337
@dhananjoydey1337 2 жыл бұрын
niceeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
@probabilitycodingisfunis1
@probabilitycodingisfunis1 2 жыл бұрын
Thanks
@asadjutt6336
@asadjutt6336 Жыл бұрын
Amazing Explanations! Whenever im stuck on leetcode, i always come to your channel to look for solutions or tips!. Please keep up the good work!
Excel Sheet Column Title - Leetcode 168 - Python
11:50
NeetCodeIO
Рет қаралды 15 М.
How Many Balloons To Make A Store Fly?
00:22
MrBeast
Рет қаралды 194 МЛН
What staying up all night does to your brain - Anna Rothschild
5:37
How Gen Z Is Reviving U.S. Shopping Malls
9:21
CNBC
Рет қаралды 153 М.
Excel Sheet Column Title | LeetCode 168 | C++, Python
14:37
Knowledge Center
Рет қаралды 32 М.
Excel Sheet Column Number | Leetcode 171 | Day-22 | String
8:19
Ayushi Sharma
Рет қаралды 17 М.
Excel Sheet Column Number | LeetCode 171 | C++, Java, Python
7:07
Knowledge Center
Рет қаралды 31 М.