copied from https://github.com/chenshuo/recipes/tree/master/protobuf, using c++14 instead of boost.
- Simple Line Oriented Template 28 lines only, home made python code.
- Boyer Moore string search algorithm
- Manacher algorithm which find longest palindrome in linear time
- Convex convex hull algorithm
- Golomb-Rice demo algorithm for Golomb-Rice encode/decode algorithm
- PyBitStream Little-endian Friendly Bitstream Class