From charlesreid1

(Created page with "==Java and bitmasks== The official line from Oracle: https://docs.oracle.com/javase/tutorial/java/nutsandbolts/op3.html https://stackoverflow.com/questions/4549131/bitmask-q...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
The official line from Oracle: https://docs.oracle.com/javase/tutorial/java/nutsandbolts/op3.html
The official line from Oracle: https://docs.oracle.com/javase/tutorial/java/nutsandbolts/op3.html


https://stackoverflow.com/questions/4549131/bitmask-question#4549243
Useful answer, but documentation/refs please?? https://stackoverflow.com/questions/4549131/bitmask-question#4549243
 
Almost useful but poorly formatted: http://codeforces.com/blog/entry/18169
 
 
[[Category:Competitive Programming]]
[[Category:Java]]
[[Category:Programming]]
[[Category:Binary]]

Latest revision as of 03:29, 16 June 2017

Java and bitmasks

The official line from Oracle: https://docs.oracle.com/javase/tutorial/java/nutsandbolts/op3.html

Useful answer, but documentation/refs please?? https://stackoverflow.com/questions/4549131/bitmask-question#4549243

Almost useful but poorly formatted: http://codeforces.com/blog/entry/18169