huffman-coding

There are 832 repositories under huffman-coding topic.

  • huffman

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

    Language:Rocq Prover14
  • Data-Structures-and-Algos-Coding-Ninjas

    This repo contains all the code and assignment which were given in Coding Ninjas Data Structure and Algorithm

    Language:C++13
  • wbz

    A parallel implementation of the bzip2 data compressor in python, this data compression pipeline is using algorithms like Burrows–Wheeler transform (BWT) and Move to front (MTF) to improve the Huffman compression. For now, this tool only will be focused on compressing .csv files, and other files on tabular format.

    Language:Python13
  • huffman_encoding

    Huffman encoding of Bitmap images

    Language:Python13
  • HuffmanCode

    hardware implement of huffman coding(written in verilog)

    Language:Verilog13
  • libcoders

    File compression library | Shennon | Fano | Huffman | Bigram Huffman | Adaptive Huffman | Arithmetic coding

    Language:C++13
  • Computer-Networks-

    Computer Networks Practice

    Language:C12
  • huffman_compression

    The implementation of the Huffman algorithm as a command line utility.

    Language:C12
  • huffman-encoding-core

    Huffman encoding core (Vivado HLS Project)

    Language:Tcl12
  • algorithms

    Algorithms and Data Structures a comprehensive collection of fundamental Algorithms and Data structures organized into various categories to cater to the needs of software engineers and computer science students.

    Language:Java11
  • Huffman-encoding

    Java project that implemnts Huffman encoding algorithm

    Language:Java11
  • Huffman-Interface

    Huffman code interface. Java | JavaFX

    Language:Java11
  • CodingNinjas-Data-Structures-in-Java

    Exercises of Coding Ninjas Java DSA

  • file_compressor

    file compressor using huffman coding and JavaScript

    Language:JavaScript11
  • Practice-Python

    Practice-Python

    Coursera Courses and practice in Python

    Language:Jupyter Notebook11
  • Huffman-Encode_Decode

    A c++ program to compresses and decompresses files using Huffman algorithm.

    Language:C++11
  • clownnemesis

    Bit-exact compressor and decompressor for the Nemesis file format.

    Language:C10
  • Data_Structure_and_Algorithms_2_UIU

    All DSA-2 topics are covered in the UIU DSA-2 course, including both lab and theory courses. Check DSA-1 Topics: https://github.com/TashinParvez/DSA_1_UIU

    Language:C++10
  • Image-Processing

    This GitHub repository serves as a valuable resource for researchers, developers, and enthusiasts working with AUVs, providing a range of image processing algorithms and tools tailored to enhance visual perception and analysis in underwater scenarios.

    Language:Python10
  • Huffman-Code-Visulizer

    A simple visualization for huffman tree, which is used in encoding text.

    Language:JavaScript10
  • prototype-jpeg

    A prototype JPEG compressor (only algorithm without header) in Python.

    Language:Python9
  • compressor

    Implementation of Huffman coding lossless compression in C.

    Language:C9
  • compress-text-file

    ITP Project - Using Huffman coding for compressing a text file with C (Winter 2024)

    Language:C8
  • Image-Compression-and-Transmission

    Lossless Image Compression and Transmission in Matlab

    Language:MATLAB8
  • DataStructures

    My DS practices using C++.

    Language:C++8
  • Huffman-Codes

    An implementation of Huffman Codes in Node.js

    Language:JavaScript8
  • compres

    Implementación Algoritmo de Huffman, código original de Salvador Pozo Coronado

    Language:C8
  • HuffmanCoding

    Efficient Huffman Coding implementation for file compression and decompression.

    Language:Java7
  • Huffman-Coding-Python

    Implementation of Huffman Coding using Python

    Language:Python7
  • Huffman-Coding

    Huffman-Coding

    Huffman coding calculator built using React.js and PHP in the backend

    Language:JavaScript7
  • huffman

    This repo is an implementation of both constant and variable huffman encoding.

    Language:C++7
  • Data-Compression-Toolbox

    The Wearables Data Compression Toolbox is designed to share data compression algorithms that have been evaluated on wearables data.

    Language:Jupyter Notebook7
  • huffman-compression-library

    A light weight C++ library implementation of huffman coding compression algorithm

    Language:C++7
  • twoDimensionalRLE

    A two dimensional RLE (run length encoding) implementation for one dimensional input data, e.g. Strings.

    Language:Kotlin7
  • Data-Compression-Methods

    Hamming, Huffman and etc algorithms

    Language:Jupyter Notebook7
  • HuffCrypt

    Huffman encryption based file compressor

    Language:C7