mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-16 14:05:01 +00:00
[PR #618] [CLOSED] Created Huffman.c #1065
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/618
Author: @EricBrianAnil
Created: 9/30/2020
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (1)
964d064Created Huffman.c📊 Changes
1 file changed (+309 additions, -0 deletions)
View changed files
➕
data_structures/binary_trees/huffman.c(+309 -0)📄 Description
Description of Change
Added a Huffman encoding algorithm implementation using C which is used for image compression based on Binary Search Trees.
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.