golomb-encoding

There are 4 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

    Language:Java18311
  • PG1003/golomb

    A C++ library to compress integer values using Exponential Golomb Encoding

    Language:C++1111
  • sudhamshu091/Golomb-Coding

    Golomb coding is a lossless data compression method for data compression. I am trying to implement the concept using python.

    Language:Python20