huffman-coding
There are 832 repositories under huffman-coding topic.
huffman
Correctness proof of the Huffman coding algorithm in Coq [maintainer=@palmskog]
Data-Structures-and-Algos-Coding-Ninjas
This repo contains all the code and assignment which were given in Coding Ninjas Data Structure and Algorithm
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.
huffman_encoding
Huffman encoding of Bitmap images
HuffmanCode
hardware implement of huffman coding(written in verilog)
libcoders
File compression library | Shennon | Fano | Huffman | Bigram Huffman | Adaptive Huffman | Arithmetic coding
Computer-Networks-
Computer Networks Practice
huffman_compression
The implementation of the Huffman algorithm as a command line utility.
huffman-encoding-core
Huffman encoding core (Vivado HLS Project)
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.
Huffman-encoding
Java project that implemnts Huffman encoding algorithm
Huffman-Interface
Huffman code interface. Java | JavaFX
CodingNinjas-Data-Structures-in-Java
Exercises of Coding Ninjas Java DSA
file_compressor
file compressor using huffman coding and JavaScript
Practice-Python
Coursera Courses and practice in Python
Huffman-Encode_Decode
A c++ program to compresses and decompresses files using Huffman algorithm.
clownnemesis
Bit-exact compressor and decompressor for the Nemesis file format.
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
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.
Huffman-Code-Visulizer
A simple visualization for huffman tree, which is used in encoding text.
prototype-jpeg
A prototype JPEG compressor (only algorithm without header) in Python.
compressor
Implementation of Huffman coding lossless compression in C.
compress-text-file
ITP Project - Using Huffman coding for compressing a text file with C (Winter 2024)
Image-Compression-and-Transmission
Lossless Image Compression and Transmission in Matlab
DataStructures
My DS practices using C++.
Huffman-Codes
An implementation of Huffman Codes in Node.js
compres
Implementación Algoritmo de Huffman, código original de Salvador Pozo Coronado
HuffmanCoding
Efficient Huffman Coding implementation for file compression and decompression.
Huffman-Coding-Python
Implementation of Huffman Coding using Python
Huffman-Coding
Huffman coding calculator built using React.js and PHP in the backend
huffman
This repo is an implementation of both constant and variable huffman encoding.
Data-Compression-Toolbox
The Wearables Data Compression Toolbox is designed to share data compression algorithms that have been evaluated on wearables data.
huffman-compression-library
A light weight C++ library implementation of huffman coding compression algorithm
twoDimensionalRLE
A two dimensional RLE (run length encoding) implementation for one dimensional input data, e.g. Strings.
Data-Compression-Methods
Hamming, Huffman and etc algorithms
HuffCrypt
Huffman encryption based file compressor