Vidyalelo
Data Structure · Q495

Miscellaneous on Data Structures

Programming · Data Structure · question 495

Q495

Which of the following algorithms is the best approach for solving Huffman codes?

A.
greedy algorithm
Answer
B.
exhaustive search
C.
divide and conquer algorithm
D.
brute force algorithm

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board