huffman-algorithm

There are 137 repositories under huffman-algorithm topic.

  • image-compression

    Language:Python
  • Huffman-Encoder

    The algorithm assigns shorter codes to more frequent characters, optimizing the overall compression.

    Language:Python1
  • Huffman-coding-multithread

    This project encompasses an effort to optimize the Huffman Coding Algorithm by utilizing multi-threading, resulting in the development of various versions.

    Language:C++1
  • 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
  • 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:Rocq Prover1
  • 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
  • huffman-cli

    Command-line tool for compressing and decompressing files using Huffman coding.

    Language:C++
  • crypto-compress-pipeline

    A pipelined Enigma-based encryption and Huffman compression system for secure and efficient text storage.

    Language:Java
  • Huffman-Project

    university project - Huffman algorithm on C

    Language:C
  • huffman-algorithm

    An implementation of the Huffman coding algorithm for compressing and decompressing text files.

    Language:C
  • pyjs123-huffman-coding

    Some python code I made which can create a Huffman tree and which can compress and decompress text using Huffman coding.

    Language:Python
  • huffman-coding

    Huffman coding implementation for lossless file compression in Go

    Language:Go
  • 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_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