MakeContributions / DSA

Data Structure and Algorithm (DSA) contributions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compression Algorithm in C language

AnuragUmale opened this issue · comments

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

  • Yes
  • No

Other context

(Type here)
I was thinking of using priority queues, node, stack, tree and bit vector.

Thanks for opening your first issue here! Be sure to follow the issue template!

Hello Anurag,
is it okay if i contribute as well?