Power of Two | LeetCode Question with Solution in Java | Placement Series

preview_player
Показать описание

use Coupon Code "BEST500" to get extra 10% discount

**************************************************
"In this video, we’ll solve a popular LeetCode problem – 'Power of Two' – using Java. I’ll walk you through the step-by-step approach to understand the problem, and explain the logic behind them. Whether you’re preparing for coding interviews or just looking to sharpen your Java skills, this video is a great way to boost your problem-solving abilities. Let’s dive into the world of competitive coding with LeetCode and build a strong foundation for your interview prep

***************************************************

Connect & Contact Me:

*******************************************

More Playlists:

#programmingtutorial #jennyslectures #leetcode #codinginterview #placement
Рекомендации по теме
Комментарии
Автор

Very good explanation mam. Can you continue leetcode problem solution

PRINCEKUMAR-ffev
Автор

One of the best programming teacher
from Pakistan

AMAZINGOops
Автор

XOR of n & (n-1) finish. Thank you

manojkumarpoovakulamsebast
Автор

Implement in Binary Search (optimized solution )

Manoj
Автор

Mam please bring more videos on Leetcode problems, these are very helpful for us ❤

viruxyuvi
Автор

Good teaching
I am also computer teacher

abdulauwal
Автор

Mam please make more videos on leat code problems

KoratanaSai-ljbi
Автор

Mam please do videos on dsa with python

CSE_Studentt
Автор

Mam plz make video on github and linkedin usage

K.BhargavaNarasimha
Автор

Upload more videos for leetcode problems mam

sumairakhurram
Автор

Mam plz explain us GitHub and linkedin

K.BhargavaNarasimha
Автор

mam ye code TLE DE RHA HAI

class Solution {
public boolean isPowerOfTwo(int n) {



if(n<0)
return false;

else if(n==1)
return true;

else{

while(n%2 == 0){
n=n/2;
}
if(n==1)
return true;
else
return false;
}



}

}

Time Limit Exceeded
1087 / 1110 testcases passed

AMITSHARMA-ztee
Автор

I would like to know if you can translate the video (Java course) into Arabic as it is on YouTube. I am Arab and Moroccan and I do not speak English. However, I use translation to follow the videos. I am not sure if this course will help me or not. I asked you in many comments. I think you are busy, I understand that. I hope you answer my question. Thank you very much for your help in C language, you are really the best in programming

AyoubZohri-hb
Автор

The audio is like you are speaking inside my head 😂😂🧠🗣️

Lion-e-bw
Автор

Wow you are tough and i, m interested with your courses please help me

Zemene-be
Автор

I want to thank you very much because you have helped me a lot in many topics. I will pray for you. ❤I also want you to search for Islam. ❤Thank you again.

hope_
Автор

Mam aap bhi couse wali line main aa gy 🥲🥲

SharmaJi
Автор

We who speak French have difficulty understanding.

Alexis-gucp
Автор

{
}
Or yha mai har baar error pata hu this bracket😐

badalbihari
Автор

Ma'am please change your T-shirt it's too loose, take a fitting one....😊

anuragnpandey