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
- Host: GitHub
- URL: https://github.com/junaidrahim/arithmetic-coding
- Owner: junaidrahim
- Created: 2021-02-25T05:01:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-19T10:44:53.000Z (about 5 years ago)
- Last Synced: 2025-12-27T08:26:53.428Z (5 months ago)
- Language: C++
- Homepage:
- Size: 327 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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