1.

What is the running time of the Huffman encoding algorithm?

A. O(C)
B. O(log C)
C. O(C log C)
D. O( N log C)
Answer» D. O( N log C)


Discussion

No Comment Found