Skip to content

Huffman Coding#651

Closed
Krishnapal4050 wants to merge 1 commit intoTheAlgorithms:masterfrom
Krishnapal4050:master
Closed

Huffman Coding#651
Krishnapal4050 wants to merge 1 commit intoTheAlgorithms:masterfrom
Krishnapal4050:master

Conversation

@Krishnapal4050
Copy link
Copy Markdown

@Krishnapal4050 Krishnapal4050 commented Oct 7, 2020

Huffman coding is a lossless data compression algorithm. In this algorithm, a variable-length code is assigned to input different characters. The code length is related to how frequently characters are used. Most frequent characters have the smallest codes and longer codes for least frequent characters.

Description of Change

References

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes:

Huffman coding is a lossless data compression algorithm. In this algorithm, a variable-length code is assigned to input different characters. The code length is related to how frequently characters are used. Most frequent characters have the smallest codes and longer codes for least frequent characters.
@Krishnapal4050
Copy link
Copy Markdown
Author

Someone please review this PR

@Krishnapal4050
Copy link
Copy Markdown
Author

@Panquesito7 Please review this Pull Request

@kvedala
Copy link
Copy Markdown
Collaborator

kvedala commented Oct 8, 2020

Review the checklist and check if the code meets the standards expressed in the contribution guidelines. All links are provided for your convenience. All you have to do is click and read through.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants