Skip to content

Instantly share code, notes, and snippets.

View dzungpng's full-sized avatar
👋
Focusing

Dzung Nguyen dzungpng

👋
Focusing
View GitHub Profile
@dzungpng
dzungpng / bithack.cc
Created July 13, 2019 19:00 — forked from stephenLee/bithack.cc
bit manipulation tricks(collections)
/*
* Reference:
* http://www.quora.com/Computer-Programming/What-are-some-cool-bit-manipulation-tricks-hacks
* http://www.catonmat.net/blog/low-level-bit-hacks-you-absolutely-must-know/
*/
#include <iostream>
#include <string.h>
using namespace std;