Bitmasks: Difference between revisions
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 |
||
| 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 | |||
Revision as of 03:28, 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