1.

The code length does not depend on the frequency of occurrence of characters.(a) true(b) falseI got this question in final exam.The question is from Greedy Algorithms in section Greedy Algorithms of Data Structures & Algorithms II

Answer»

Right option is (B) false

Best explanation: The code length DEPENDS on the frequency of occurrence of characters. The more FREQUENT the CHARACTER OCCURS, the less is the length of the code.



Discussion

No Comment Found

Related InterviewSolutions