Files
tech-interview-handbook/contents
Saddam H 11f9a22b86 content: check if a number is a power of 2 (#196)
* Check if a number is a power of 2

This representation may be easier to understand for some people.
If a number is power of two then `AND` operation between the number and its complement will result into the same number.

* Update binary.md

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2021-03-29 17:58:59 +08:00
..
2019-10-06 10:44:25 -07:00
2019-07-15 02:25:49 -07:00
2019-07-15 02:25:49 -07:00
2019-07-15 02:25:49 -07:00
2019-08-12 22:47:06 -07:00
2019-07-15 02:25:49 -07:00
2019-08-17 23:16:56 -07:00
2019-07-15 02:25:49 -07:00
2019-08-12 22:47:06 -07:00
2020-05-28 21:53:42 +08:00