MakeContributions / DSA

Data Structure and Algorithm (DSA) contributions
MIT License
683 stars 755 forks source link

Compression Algorithm in C language #1324

Open AnuragUmale opened 3 months ago

AnuragUmale commented 3 months ago

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.

welcome[bot] commented 3 months ago

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

pushkarSingh9900 commented 1 month ago

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