What is a Bitwise Operator - Introduction to Bitwise Operators and How to Use Them

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

Bitwise Operators are similar to Logical Operators, but they work on a smaller scale: binary representations of integers. In this video, we talk about what a Bitwise Operator is, how to use Bitwise Operators, and showcase a few demos of ways that they can be commonly used. One of those demonstrations involves Brian Kernighan’s Algorithm for counting bits. We explain what is happening behind the scenes of the algorithm as well as its efficiency and then conclude with a simple benchmark of three different bit counting algorithms.

Watch this video to learn:

- What are Bits and Bytes
- The difference between Bitwise Operators and Logical Operators
- Bitwise Operators use cases

Below is the code used for the demonstrations:

Рекомендации по теме
Комментарии
Автор

i have to take few nap and come back to it again!

ripplesr
Автор

If he's teaching to a group of people that already understand the concept fully, then he's doing a good job, otherwise he's leaving out some very important details

Brian-nzns
Автор

teaching is not repeating a presentation

TOOLruls
Автор

thanks bro! very good and clear explained

csharpdev-software-engineer
Автор

thank you , this video is time saving

walrexx_
Автор

Not knowing anything about bitwise operators, this was an extremly good video, helped me alot

MrMiniMe
Автор

This presentation is very well put together, good job.

boomnoobkiller
Автор

This guy obviously knows his stuff but unfortunately he is not very good at getting his understanding across to the audience. Reading off the presentation is not effective transference of knowledge. It is an ok refresher for bitwise concepts but limited otherwise.

Mark-scbu