We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1057d0c commit 51beee2Copy full SHA for 51beee2
README.md
@@ -3,7 +3,7 @@
3
4
------------------------------------------------------------------------------------
5
6
-## **Referance:** [Competetive programming with python](https://www.youtube.com/playlist?list=PLS1QulWo1RIZZc0V_a8cEuFFkF5KbGlsf)
+## **Referance:** Competetive programming with python
7
8
9
#### bitwise operator not {~} : (a = 10 => 1010 (Binary) => ~a = ~1010 = -(1010 + 1) = -(1011) = -11)
0 commit comments