Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.