Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Huffman Coding Algorithm #1988

Open
U-c0de opened this issue May 24, 2021 · 1 comment
Open

Huffman Coding Algorithm #1988

U-c0de opened this issue May 24, 2021 · 1 comment

Comments

@U-c0de
Copy link
Contributor

U-c0de commented May 24, 2021

Describe the solution you'd like
Description of the problem
Given a set of symbols along with their frequencies, we will find a variable-length binary code that can be assigned to each and every symbol.
The main objective of this algorithm is to usually transmit information using the fewest number of bits in such a way that every encoding is unambiguous

I want to work in Python.
@rish-singhal @tarun26091999 @Rohan27s Assign me this

@purohitmansi
Copy link

Do assign me this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants