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. | |