Skip to content

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

2 participants