Bitwise NOT Operator Explained | Using Bitwise Not Operator in Python | Bit Manipulation in Python

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 27

  • @felixf4378
    @felixf4378 2 роки тому +15

    Bro, you literally just explained, in 5 minutes, what I've been trying to understand in my online class for 2 hours now. Thank You.

  • @akramshaik5019
    @akramshaik5019 4 місяці тому +1

    Y is this video so underrated....the content is awesome 👌👌👌

  • @ozurumbanewsline
    @ozurumbanewsline 6 місяців тому

    I did not finish watching the video before subscribing because you got what I wanted. Thanks

  • @tirumalag5005
    @tirumalag5005 7 місяців тому

    awesome sir you just made me understand in just 5 mins which i am trying to understand from long

  • @raghunandans82
    @raghunandans82 3 роки тому +1

    Crystal Clear explanation. Beautifully explained the concepts 👏

  • @gauv9304
    @gauv9304 Рік тому

    Bro me and one of my friend subscribed to make it 1k, Nice explanation.

  • @JAIMAAHAATHKALIKA
    @JAIMAAHAATHKALIKA Рік тому

    Sir Very very Thank you..I really want such Explaination 👏

  • @sbportal4241
    @sbportal4241 3 роки тому +1

    Simply explained keep up the goodwork 👍

  • @jprokopowski
    @jprokopowski Рік тому

    Your explanations are great! :) Thanks!

  • @iharshgarg
    @iharshgarg Рік тому

    superb. no words to express.

  • @ceeteeart3387
    @ceeteeart3387 4 місяці тому

    Brilliant, thanks!

  • @cryptogrind1
    @cryptogrind1 8 місяців тому

    Well explained, i would love to ask a question but i don't know if i would have an answer

  • @OrgNetworks
    @OrgNetworks 4 місяці тому

    Thank you!

  • @red1215
    @red1215 3 роки тому +1

    Please upload more about competitive coding

  • @shubham5646
    @shubham5646 6 місяців тому

    bro you killed it

  • @mdmominulislam6675
    @mdmominulislam6675 Рік тому

    Very nice

  • @jagadeeshk5848
    @jagadeeshk5848 2 роки тому

    Great explanation👍👍

  • @lee_land_y69
    @lee_land_y69 2 роки тому

    can you explain how n&~(n-1) works?

  • @collegeboykk5887
    @collegeboykk5887 Рік тому

    Right ▶️👍

  • @red1215
    @red1215 3 роки тому

    Thank you sir ❤️

  • @Leetcodegirlca
    @Leetcodegirlca Рік тому

    ~1 is equals -2

  • @yash1152
    @yash1152 2 роки тому

    ohkay, but how to get the 1's complement?

  • @Pardhu-g5g
    @Pardhu-g5g 10 місяців тому

    how the answer is 0011 is 13 i am not understand

  • @srinivas7447
    @srinivas7447 6 місяців тому

    can anyone calculate bitwise not of 10, no matter how many times i try, i am not getting -11

    • @PyProTricks
      @PyProTricks  6 місяців тому

      Goto python console, and type.
      ~10
      Output will be -11