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

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

Code with Alisha

Code with Alisha

Күн бұрын

Пікірлер: 32
@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
@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;
@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 !!
@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!!
@sahilanand30
@sahilanand30 2 жыл бұрын
Best explanation
@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
@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!
@shashnitjs
@shashnitjs 7 ай бұрын
nice and nice work
@sunilbhenspaliya9931
@sunilbhenspaliya9931 2 жыл бұрын
simple and esay solution...
@Madsaam09
@Madsaam09 2 жыл бұрын
Well explained....
@bharathkumar5870
@bharathkumar5870 2 жыл бұрын
wow,thanks for explaining behind the scenes...
@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
@mdsaquibansari4123
@mdsaquibansari4123 2 жыл бұрын
You are too good
@somyatomar6292
@somyatomar6292 2 жыл бұрын
Thanks a lot for an amazing explanation!!🤓
@probabilitycodingisfunis1
@probabilitycodingisfunis1 2 жыл бұрын
Welcome, glad it was helpful
@muskancreativity7
@muskancreativity7 2 жыл бұрын
Can u please solve "step by step" question of interviewbit in maths section
@ashokdurunde1814
@ashokdurunde1814 2 жыл бұрын
thanks alisha didi understood
@probabilitycodingisfunis1
@probabilitycodingisfunis1 2 жыл бұрын
Welcome, glad it was helpful!!
@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 М.
When Rosé has a fake Fun Bot music box 😁
00:23
BigSchool
Рет қаралды 4,9 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 56 МЛН
Reverse Linked List - Leetcode 206 - Linked Lists (Python)
8:02
Excel Sheet Column Title | LeetCode 168 | C++, Python
14:37
Knowledge Center
Рет қаралды 32 М.
Fast Inverse Square Root - A Quake III Algorithm
20:08
Nemean
Рет қаралды 5 МЛН
Excel Sheet Column Number | Leetcode 171 | Day-22 | String
8:19
Ayushi Sharma
Рет қаралды 17 М.
How to STUDY so FAST it feels like CHEATING
8:03
The Angry Explainer
Рет қаралды 2,2 МЛН
Mastering Dynamic Programming - How to solve any interview problem (Part 1)
19:41