WebClub-NITK / Hacktoberfest-2k19

19 stars 115 forks source link

Huffman Encoding of given text file #28

Closed yogesh1905 closed 4 years ago

yogesh1905 commented 4 years ago

Description

This folder contains a text file. Write a program to Implement Huffman encoding while taking input from the text file and output the encoding for each character.

Details

Issue requirements / progress

Resources

https://www.geeksforgeeks.org/huffman-coding-greedy-algo-3/ https://en.wikipedia.org/wiki/Huffman_coding

Directory Structure

Create a folder named '28'(28 as in the issue number) in 'algorithms' folder. Name your program file as 'huffman.cpp' or 'huffman.c' or 'huffman.py' accordingly. Add this program file to the folder '/algorithms/28'.

Note

Please claim the issue first by commenting here before starting to work on it. While submitting a PR, request a review from @yogesh1905 Doubts and clarifications are welcome.

Shuddhatm22 commented 4 years ago

i want to take up this issue

yogesh1905 commented 4 years ago

Sure @Shuddhatm22, you can take it. Remember to send a PR before 04/10, 11:59pm.

yogesh1905 commented 4 years ago

@SaurabhAgarwala you can merge the PR #175