Learn these 10 Bitwise Tricks Or Regret Later | Competitive Programming Tricks Part 2

preview_player
Показать описание
Discover 10 powerful bitwise operator tricks for competitive programming in this concise YouTube video. Learn how to determine odd/even numbers, identify powers of 2, manipulate specific bits, count set bits efficiently, clear trailing ones, perform quick multiplication/division, swap numbers without a temp variable, and more. Enhance your coding skills and optimize your solutions with these handy tricks. Like, share, and stay tuned for in-depth explanations in future videos. Happy coding!

Be sure to check out TLE Eliminators.

Timestamps:
0:00 Introduction
0:49 Trick 1
2:45 Trick 2
5:04 Trick 3
9:44 Trick 4
12:29 Trick 5
16:36 Trick 6
19:03 Trick 7
23:20 Trick 8
24:36 Trick 9
27:36 Trick 10
28:51 Ending
Рекомендации по теме
Комментарии
Автор

This is extremely helpful. One of the best videos on bit manipulation.

Josuke
Автор

Good video! The lecture is straightforward and easy to understand!

kaylee-xie
Автор

For 10th trick in java there is a similar function to count setbit
For integer x it is Integer.bitCount(x) and for long it is Long.bitCount(x).

adityarupda
Автор

I was in problem about the bitwise operator but now I found the solution
Thankyou very much

PRIYANSHUYADAV-ohpu
Автор

I have seen the complete lecture & it was amazing .
The way of delivering concepts was top Notch, video & audio quality .
Your content deserves more reach.

Thanks for the Concepts brother.
Respect++;

anshulsinghtomar
Автор

Really great video, mad respect for you!

krsnasameer
Автор

Watched half of it and liked it, let me come back when I finish the basic DSA part

kapilpatel
Автор

Great explanation, in simple examples

hplkodr
Автор

Very useful video..I felt bitwise operations as tough topic. You have made it easy now. Thank u

saisarathchandra
Автор

It was really helpful. Thank you for such a video and good explanation👍👍.

git_blasters
Автор

I knew the first one, but others are also cool as hell. Really like this video.

ayushmishra
Автор

It would be really helpful if you would make a video on how to apply binary search technique to solve hard cp problems sometimes it happens that we might not even know that the problem involves binary search.
Btw this one is again awsome and great video on bits👍

aarushiagarwal
Автор

the bin function looks like sin function 😂

aveermukherjee
Автор

Please make more videos like DIFFERENCE ARRAY TECHNIQUE, (yesterday's vid), i have stuck many times on same type of questions/ questions which use similar concepts and we are just unable to optimise the code... also thanks for everything

shreyashpatil
Автор

Please upload videos like this, a few tips and tricks in competitive programming and related techniques.

shashwatyadav
Автор

bro i am your big fan i love you bro i like your coding skills and i follow you too

harshitgupta
Автор

Nothing to say about you, , you are awesome

mdfarhanisraqsudad
Автор

I think I might actually win my competition now! best trick were: odd or even, and divide and multiply with 2^k

justgetgood
Автор

Man the last one was new to me found it more usefull.Try to make more usefull videos ilke this.

ysvkqpg
Автор

I just now saw this video . I am regretting why I didn't see this before 😢. It's really useful. Thank you .

mahakasthurim