Data-Compression
Data-Compression copied to clipboard
golomb_encode_decode.py
k bits is 0 bits, but you encode it for 1 bits.
and if the m is 1 or 2, your decode will fail. golomb_encode_decode.py#69