SebaRiccardo / Huffman-Hamming-Codification

Huffman and Hamming codification written in JAVA and C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Huffman Hamming App

Huffman and Hamming codification written in JAVA and C

The next application is the final project for the subject Information and Coding Theory of the University of San Luis, Argentina.

Integrants of the project:

  • Sebastián Luis Riccardo
  • Santiago Bordarampé
  • Gonzalo Barroso
  • Go to the folder: \Docs to read more about the app and how it works. (only in spanish)
  • The \HuffmanHamming_codification_bare_C_app folder contains the source code for the Huffman and Hamming Codification implemented in C. This is just a bare C project and doesn't have any GUI.
  • The \Source_Code folder contains the source code for the full application, the GUI written in JAVA that serves as "frontend" for the Huffman and Hamming programs.
  • The Build folder contains the build java app with all its libraries.

The holy bible.txt is the reference file used for testing.

PosterConaisii

About

Huffman and Hamming codification written in JAVA and C

License:GNU General Public License v3.0


Languages

Language:Java 74.9%Language:C 25.1%