The Art Of Bit Manipulation

Поділитися
Вставка
  • Опубліковано 20 січ 2025

КОМЕНТАРІ • 3

  • @willgillice6425
    @willgillice6425 18 днів тому

    My comp sci professors don’t lecture this well. Great video man thank you!

  • @cetintekin9520
    @cetintekin9520 18 днів тому

    Thanks for making this video. I actually coded along and learned a lot. Bit manipulation was always scary to me due to how different it is than high level coding.
    Future suggestion: It would be a great addition for visualization if you can show how the code flows with values on the screen like debugging through an IDE. The comments help but I still need to stop the video and follow the code myself. It is good for exercising but it makes me prone to making mistakes while following.
    Thank you for your video.

    • @ProjectXiel
      @ProjectXiel  18 днів тому +1

      Good to hear. I don't think its as scary as it seems. Sometimes it helps me to do it manually on a piece of paper so I'm forced to understand what I'm learning. I definitely could've made better use of animations, I'll keep that in mind for the future.