Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADD] Add huffman coding algorithm #261

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

[ADD] Add huffman coding algorithm #261

wants to merge 1 commit into from

Conversation

yunji-yunji
Copy link

Huffman coding algorithm, one of the greedy algorithms, seems to be missing.

var prob = {};
var tree = new Heap(function(e) {
return e[0];
});
Copy link

@lazarljubenovic lazarljubenovic Dec 8, 2018

Choose a reason for hiding this comment

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

Something is wrong with formatting here 🤔

Copy link
Author

Choose a reason for hiding this comment

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

okay! I think it is better to use the arrow function.
Thank you! 😄

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.

None yet

2 participants