You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2024. It is now read-only.
Huffman Coding is an algorithm used for lossless compression of data. I would like to make a contribution to this project by adding the huffman coding algorithm. Can be assigned for this contribution?
Thanks for opening your first issue here! Be sure to follow the issue template!
AnuragUmale
changed the title
<!--Algorithm name]--> Compression Algorithm in C language<!--[language-->
Compression Algorithm in C language
Mar 26, 2024
Huffman Coding
Huffman Coding is an algorithm used for lossless compression of data. I would like to make a contribution to this project by adding the huffman coding algorithm. Can be assigned for this contribution?
Have you read the Contributing.md and Code of conduct
Other context
(Type here)
I was thinking of using priority queues, node, stack, tree and bit vector.
The text was updated successfully, but these errors were encountered: