Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
#

huffman-algorithm

Here are 141 public repositories matching this topic...

A C++ compression program based on Huffman's lossless compression algorithm and decoder.

  • UpdatedMar 10, 2024
  • C++

A PE (Portable Executable) packer with Huffman Compression and Xor encryption.

  • UpdatedSep 11, 2021
  • C++
huffman

Using huffman coding to compress-decompress real-world files

  • UpdatedJul 27, 2022
  • C

Huffman encode/decode text

  • UpdatedFeb 25, 2024
  • TypeScript

A "Huffman Coding" algorithm-based application written in C++ to compress/decompress any type of files.

  • UpdatedAug 23, 2020
  • C++

Encode Decode Step by Step is an open-source educational application designed to simplify bitwise file encodings. It integrates six encoding algorithms: Delta, Unary, Elias-Gamma, Fibonacci, Golomb, and Huffman - through a user-friendly graphical interface. Ideal for educational use, this tool offers a hands-on approach to teach encoding strategies

  • UpdatedJun 22, 2024
  • Java

Simple File Compressor & Extractor (huffman-algorithm-compression-zip)

  • UpdatedJun 30, 2018
  • C++

This is the implementation of 3rd Part in 3-Part Series of Algorithms Illuminated Book. All Implementations in this repository are written in both Python and Golang. Single IPython Notebook contains all Algorithms given in this Part 3.

  • UpdatedApr 7, 2021
  • Jupyter Notebook

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

  • UpdatedMar 25, 2021
  • C++

Mã hóa Huffman (giải thuật tham lam), sử dụng cây nhị phân để tạo bảng mã Huffman, giải quyết vấn đề nén chuỗi. Chống chỉ định cho người yếu tim, người sợ độ cao :))

  • UpdatedJan 8, 2022
  • C++

The project is to design compression and decompression programs using Huffman Coding. The idea is to assign variable length codes to input characters based on their frequencies. The more the frequency of the character the shorter the code assigned to it.

  • UpdatedNov 9, 2022
  • C++

同济大学CS《数据结构课程设计》暑期作业TongJi University CS data structure assignment

  • UpdatedJul 25, 2021
  • Python

The idea behind Huffman coding is based upon the frequency of a symbol in a sequence. The symbol that is the most frequent in that sequence gets a new code that is very small, the least frequent symbol will get a code that is very long, so that when we’ll translate the input, we want to encode the most frequent symbols will take less space than …

  • UpdatedAug 14, 2021
  • C++

File compression program using Static and Dynamic Huffman Algorithms with C# programming language.

  • UpdatedJan 7, 2021
  • C#

An interactive web tool to learn about Huffman Coding, backed with theory to understand its key concepts.

  • UpdatedDec 26, 2021
  • TypeScript

Improve this page

Add a description, image, and links to thehuffman-algorithm 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 thehuffman-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more


[8]ページ先頭

©2009-2025 Movatter.jp