huffman-algorithm

There are 128 repositories under huffman-algorithm topic.

  • image-compression

    Language:Python
  • HuffmanCompactor

    Compactador e descompactador de arquivos em C++ que utiliza o algoritmo de Huffman

    Language:C++1
  • Huffman-Text-File-zipper

    "Text File Zipper using Huffman Coding" written in C++ to Compress and Decompress Text files.

    Language:C++1
  • Huffman-RL-Encoding-Compression-Algorithm

    I have worked on developing the implementation of Huffman Compression Algorithm on Strings along with run time encoding. Written in C, the program works on Min Heaps and Huffman Tree data structures. It uses Huffman algorithm—create a Huffman Tree using the frequencies of each character using heap data structure—and Run-time-encoding to compression

    Language:C1
  • dsa-huffman-algorithm

    :jigsaw: an assignment in dsa about read dir, list subfolders and files , encode and decode with huffman algorithm :reminder_ribbon:

    Language:C++1
  • Huffman

    Text encryption and decryption using Huffman Code with java

    Language:Java1
  • huffman-coding-encryption

    huffman-coding-encryption

    Simple python to encrypt and decrypt SECRET text file.

    Language:Python1
  • huffman-coding

    (Student Lab Project) A very small command-line program that encodes and decodes files via Huffman coding algorithm

    Language:C1
  • HuffmanCoder

    A simple package that allows you to perform Huffman coding on user input strings.

    Language:Python1
  • Codificacao-Huffman

    Aplicação desenvolvida em JAVA que realiza a Codificação de Huffman e a Descodificação.

    Language:Java1
  • Huffman-encoding

    A program that can compress and decompress text files using Huffman encoding.

    Language:Java1
  • Huffman-Coding

    Data compression and decompression program using Huffman Algorithm in C++

    Language:C++1
  • HuffmanCodingTree

    Compresses and decompresses files using a Huffman Coding Tree. Run Executable or compile program to run.

    Language:C++1
  • Huffmancoding

    This program compresses a string of characters using Huffman's algorithm.

    Language:C1
  • huffmanCoding

    Huffman Compression Algorithm Implementation on PGM photo format

    Language:C++1
  • Huffman-Encoder

    Huffman-Encoder

    Repository that implements the Huffman Encoding Algorithm to effectively compress text files.

    Language:C++1
  • huffman

    A correctness proof of the Huffman coding algorithm in Coq [maintainer=@palmskog]

    Language:Coq1
  • kompresi-huffman

    Teknik Kompresi dengan Algoritma Huffman

    Language:Java1
  • huffman

    Huffman coding

    Language:C1
  • Huffman-Coding

    Huffman Coding implementation in java

    Language:Java1
  • HuffmanAlgorithm

    Implementation of the Huffman Algorithm. (Linked List, Trees, Files)

    Language:C1
  • HuffmanDecoding

    Huffman Coding

    Language:Java1
  • coding-theory

    Examples of Coding Theory

    Language:Kotlin1
  • UTN-Practice-AlgorithmsAndDataStructures

    [2014] Trabajo práctico de algoritmos y estructuras de datos - Compresor de archivos (algoritmo de Huffman): C++

    Language:C++1
  • file-encoding-and-decoding

    file encoding and decoding

    Language:C++
  • huffman-compression

    An implementation of huffman compression using c++

    Language:Makefile
  • ARQH

    This repository contains the work and projects developed for the Hardware Architecture course, where various programming technologies and embedded systems are explored. Through different exercises, platforms like ESP32 and tools such as MicroPython, Python, and Assembly have been used.

    Language:Python
  • archiver

    based on the Huffman algorithm

    Language:C
  • huffman

    huffman is a Go implementation of the Huffman Coding lossless data compression algorithm and the solution for the challenge Write Your Own Compression Tool

    Language:Go
  • Huffman_encoding_decoding

    This repository provides an implementation of a compression algorithm of this type, the Huffman algorithm. This algorithm is implemented in the Python programming language.

    Language:Python
  • advanced-data-structures-and-algorithms

    👩‍💻This repository provides Python implementations of a variety of fundamental algorithms and problem-solving techniques. From Knapsack and TSP to BFS, DFS, and more, explore practical examples to enhance your algorithmic skills. Perfect for students and developers seeking to grasp essential algorithms in Python.

    Language:Python
  • Huffman-Data-Compression-Algorithm

    Huffman Data Compression Algorithm: A C++ implementation of the lossless data compression algorithm for reducing file sizes while preserving data integrity.

    Language:C++
  • FileCompressor-Decompressor

    A program based on Huffman’s Compression Algorithm which can compress and decompress text file consisting of 128 ASCII characters.

    Language:C++
  • HuffmanCoding

    Algoritmo de codificación (y decodificación) de Huffman

    Language:HTML
  • Huffman-Algorithm

    Implementation of Huffman algorithm. written in Java

    Language:Java
  • FileCompressor

    File Compression & Decompression Using Java

    Language:Java