Skip to content
#

huffman-coding

Here are 133 public repositories matching this topic...

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.

  • Updated Jun 29, 2022
  • Python

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.

  • Updated Aug 22, 2024
  • Python

The Huffman graphical tree is a visualization of the Huffman coding algorithm, which is a popular data compression technique. The Huffman coding algorithm assigns variable-length codes to characters based on their frequencies in a given text or dataset. This allows more frequent characters to have shorter codes

  • Updated May 30, 2024
  • Python

This project addresses image's efficiency storage challenge by introducing a novel, efficient lossless compression method using Huffman coding. This method not only simplifies implementation but also reduces memory consumption, making it well-suited for resource-limited environments and aiming to revolutionize streamlined image data management.

  • Updated Aug 13, 2023
  • Python

Improve this page

Add a description, image, and links to the huffman-coding topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the huffman-coding topic, visit your repo's landing page and select "manage topics."

Learn more