Algorithms | Greedy Algorithms | Question 3

Last Updated :
Discuss
Comments

What is the time complexity of Huffman Coding?

O(N)

O(NlogN)

O(N(logN)^2)

O(N^2)

Share your thoughts in the comments