Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nk-nikunj/huffman_codes
Simple implementation of Huffman Algorithm
https://github.com/nk-nikunj/huffman_codes
Last synced: 10 days ago
JSON representation
Simple implementation of Huffman Algorithm
- Host: GitHub
- URL: https://github.com/nk-nikunj/huffman_codes
- Owner: NK-Nikunj
- Created: 2017-12-28T10:42:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-14T13:00:51.000Z (over 6 years ago)
- Last Synced: 2024-11-12T01:36:44.854Z (2 months ago)
- Language: C++
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Huffman_codes
This repository contains a simple huffman algorithm implementation generally used for text compression.
To run the program:
For Linux Users: In the terminal just run the file Huffman using the following command:
./Huffman
For Windows Users: Open the main.cpp in any IDE of your choice and simply build the program, then run the program using IDE.
Note: This program uses C++11 standards. Therefore, enable gnu++11 or C++11 in your IDE before running. Else it may give compilation error/warning.
This program has been tested in Ubuntu 16.04 LTS using terminal. In case the program does not work correctly in any other environment drop an issue in the issue section.