Vidyalelo
Data Structure · Q320

Miscellaneous on Data Structures

Programming · Data Structure · question 320

Q320

What is the running time of the Huffman encoding algorithm?

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

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board