Page 1 of 1

What is the running time of the Huffman algorithm, if its implementation of the priority queue is done using linked list

Posted: Wed Jul 13, 2022 7:40 pm
by answerhappygod
a) O(C)
b) O(log C)
c) O(C log C)
d) O(C2)