File tree 3 files changed +11
-7
lines changed
3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 69
69
- [ Math.floor] ( #mathfloor )
70
70
- [ Math.round] ( #mathround )
71
71
- [ JavaScript Integer Max Min] ( #javascript-integer-max-min )
72
+ - [ Bitwise operation in JavaScript] ( #bitwise-operation-in-javascript )
73
+ - [ x>>y] ( #xy )
72
74
- [ Mock Interview] ( #mock-interview )
73
75
- [ Get the Average value at each level of the tree] ( #get-the-average-value-at-each-level-of-the-tree )
74
76
- [ ADT] ( #adt )
@@ -855,6 +857,15 @@ It is 16 digit number.
855
857
- ` Number.MIN_SAFE_INTEGER ` = -9007199254740992
856
858
- ` Number.MAX_SAFE_INTEGER ` = 9007199254740991
857
859
860
+
861
+ ## Bitwise operation in JavaScript
862
+
863
+ ### x>>y
864
+
865
+ ` x>>y ` means ` x/2^y ` divide x by 2 to the power of y.
866
+
867
+
868
+
858
869
## Mock Interview
859
870
860
871
### Get the Average value at each level of the tree
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments