Giter Club home page Giter Club logo

huffman-coding's Introduction

Huffman Coding Project

Introductory note

This project was the final exam of the Data Structure discipline, taught by Professor Márcio Ribeiro, of the Computer Engineering course at the Federal University of Alagoas (Brazil) in 2018.

The aim was to make good use of learned data structures. Our group used the C language for the program, Huffman tree depth test, unit test cases for all data structs with CUnit, plot in R and a seminar about Btree.

The Huffman Algorithm to compress files

The algorithm consists of compressing a file by mapping the repetition of bytes. For easy understanding, think that if "11111111" is the group of bytes with the highest file repetition, "renaming it" would compress the file.

AAAAAAAAAAAAABBBBBBCCCDD

The size of this sequencial txt file is 24 bytes and 14 bytes after compression.

For this, the algorithm uses hashtable to calculate repetitions, heap to sort and a binary tree for map them.

huffman-coding's People

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.