MCQOPTIONS
Saved Bookmarks
| 1. |
What is the running time of the Huffman algorithm, if its implementation of the priority queue is done using linked lists? |
| A. | o(c) |
| B. | o(log c) |
| C. | o(c log c) |
| D. | o(c2) |
| Answer» E. | |