Skip to content

Comments

Fixed the bug regarding frequency of elements in data in Communication/Huffman Codes/huffman.cpp#25

Open
KandarpSolanki wants to merge 1 commit intoharpoonix:mainfrom
KandarpSolanki:main
Open

Fixed the bug regarding frequency of elements in data in Communication/Huffman Codes/huffman.cpp#25
KandarpSolanki wants to merge 1 commit intoharpoonix:mainfrom
KandarpSolanki:main

Conversation

@KandarpSolanki
Copy link

No description provided.

else {
data += str[i];
freq[i] += 1;
cout << str[i] << "present at " << isPresentWhere(data,str[i]) << endl;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can ignore these lines, just for testing purpose

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant