Skip to content

Commit 51beee2

Browse files
authored
consist of basic operations😀
1 parent 1057d0c commit 51beee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
------------------------------------------------------------------------------------
55

6-
## **Referance:** [Competetive programming with python](https://www.youtube.com/playlist?list=PLS1QulWo1RIZZc0V_a8cEuFFkF5KbGlsf)
6+
## **Referance:** Competetive programming with python
77

88
------------------------------------------------------------------------------------
99
#### bitwise operator not {~} : (a = 10 => 1010 (Binary) => ~a = ~1010 = -(1010 + 1) = -(1011) = -11)

0 commit comments

Comments
 (0)