mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-15 14:05:11 +00:00
[PR #1051] [CLOSED] Create Huffman_coding.c #1609
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/1051
Author: @Sanhati
Created: 10/15/2022
Status: ❌ Closed
Base:
master← Head:patch-2📝 Commits (1)
4929943Create Huffman_coding.c📊 Changes
1 file changed (+312 additions, -0 deletions)
View changed files
➕
Huffman_coding.c(+312 -0)📄 Description
Description of Change
Added the code in c for Huffman coding which is a greedy algorithm
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.