golomb-encoding
There are 3 repositories under golomb-encoding topic.
EncodeDecodeStepByStep/EncodeDecodeStepByStep
Encode Decode Step by Step is an open-source educational application designed to simplify bitwise file encodings. It integrates six encoding algorithms: Delta, Unary, Elias-Gamma, Fibonacci, Golomb, and Huffman - through a user-friendly graphical interface. Ideal for educational use, this tool offers a hands-on approach to teach encoding strategies
PG1003/golomb
A C++ library to compress integer values using Exponential Golomb Encoding