An open API service indexing awesome lists of open source software.

https://github.com/junaidrahim/arithmetic-coding

PDC Group Project
https://github.com/junaidrahim/arithmetic-coding

Last synced: 23 days ago
JSON representation

PDC Group Project

Awesome Lists containing this project

README

          

# Arithmetic Coding

Implementation of Arithmetic Coding for Lossless Data Compression.

Group 11

- Junaid Rahim 1905831
- Tathagata Maity 1905724
- Rohan Kumar 1905726
- Pratyush Khuntia 1905828
- Biswaroop Bhattacharjee 1905832
- Sounak Mukherjee 1905642

## Get Started

On Ubuntu, run the following to install all the necessary dependencies

```
sudo apt install g++ make cmake libgtk-3-0 libgtkmm-3.0-dev
```

## Build Instructions

If you're using CLion then you can directly open the project and run it. If that is not
the case the run the following after cloning the repo

* `mkdir build`
* `cd build`
* `cmake ..`
* `make`

This will compile a binary file with the name `arithmetic_coding` in the `build`
directory