Great content!! Amazing Explanation!! Don't know why or how I understand every concept explained in your video so quickly, compared to watching other DSA/CP videos on yt.
Thank you for this wonderful course. Please be consistent as you are because many of the students like me are totally dependent on your videos for competitive programming.
thanks bhaiya, i will be getting into college this year....and so i had completed html css and javascript in class 12... i had started following your competitve programming playlist...and its awesome... Question: linked list is not for CP and for DSA for placement?
The base of log is determined by how much the problem is getting divided in each step. If n/2 or n*2, it is log base 2. If n/7 or n*7, it is log base 7. So, log will have different base for different algorithms based on how we multiply/divide the input. It is not same as the assumption of maths to take base 10 always.
Thank you for this video, i had learned this from gfg yesterday only but i was not getting why there is n =n/2, which was basically right shift :-)
All your tutorials are best keep em coming
Great content!! Amazing Explanation!!
Don't know why or how I understand every concept explained in your video so quickly, compared to watching other DSA/CP videos on yt.
One word : GOLD
1st viewer.
1st commenter.
You are the best UA-camer
Thank you for this wonderful course.
Please be consistent as you are because many of the students like me are totally dependent on your videos for competitive programming.
Thanku so much sir for this explanation. Thanku from Bihar
Adbhuut explanation, I really like it :)
You are teaching amazingly!
As Always , Awesome ❤❤❤
Great one!
Hey, will you be covering topics like linked lists, DP, graphs etc as well?
dp and graphs , i will be covering. linked list no
Nice explanation bhayiya
best explanation 🔥
You are amazing man.
thanks bhaiya, i will be getting into college this year....and so i had completed html css and javascript in class 12...
i had started following your competitve programming playlist...and its awesome...
Question: linked list is not for CP and for DSA for placement?
Sath me coding karoge, mai isi year college me admission lunga
Codecheif par mera (3★) hai 😐
@@abhikantkumar8833damn bro... Lets connect on instagram: dekh.liya
@@abhikantkumar8833 lets code together...i needed a coding budy
this video help me a lot so thank you 🙏 😊
Nice course
What is the difference between >> and >>= ?
latter one updates the value too (in the variable)
konse video editor se edit karte ho bhai?
whenever you say log(n) complexity, does it mean that log n base 2 complexity? My question is what is the base in "log(n)" complexity
n/2
Interest ++
for me the iterative approach was easier than recursive
both were easy but iterative was sooooooooooooooooooooo easy
🔥🔥🔥🔥🔥 ✨ Hard work op
what if A is negative number ? or post applying bin exp the output is negative? The given solution wont work for A : -1
B : 1
M : 20
superb bro
🤩🤩 Thank you 😊😊😊
but , when did we convert b to binary
love you man
❤ nice bro
Thank you ❤️🙏
Is long challenge me Binary exponention ka use tha 😶
great steps
God bless you
Maja aa gaya bhiya
Thank you.
thanks buddy
thanks bhaiya
when you are saying log b it mean log(b) at base 2 ?? because generally logb is assumed as of base 10
The base of log is determined by how much the problem is getting divided in each step. If n/2 or n*2, it is log base 2. If n/7 or n*7, it is log base 7. So, log will have different base for different algorithms based on how we multiply/divide the input. It is not same as the assumption of maths to take base 10 always.
thanks bro
Amazing
Bhai dsa ke liye useful hai Playlist?
🤔
first view
How the Time complexity will be O(log(b)) and not O(b) ?
Plzz explain anyone!
because b is getting divided by 2 and while loop will run until b becomes 0, hence while loop will run log(b) times which is our time complexity
@@iamluv thank you sir
hackerearch ke practice question accessible nahi hai... anybody with same issue?
why are we doing mod
link of ques in description of hackerearth is not working
hackerearth issues, cant do much
video sponsered by "BALAJI EXCLUSIVE"
Rukna mat bhaiya
Bloopers kha h ?
have stopped adding them
in python just do this
a^b%mod = pow(a,b,mod)
LOL.
❤️
I love you
💛💛💛
this code was giving tle lol
❤️❤️
Waha %M kyu aaya anyone