InterviewSolution
Saved Bookmarks
| 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)This question was addressed to me during a job interview.This intriguing question originated from Greedy Algorithms in chapter Greedy Algorithms of Data Structures & Algorithms II |
|
Answer» Correct option is (c) O(C log C) |
|