

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following algorithms is the best approach for solving Huffman codes? |
A. | exhaustive search |
B. | greedy algorithm |
C. | brute force algorithm |
D. | divide and conquer algorithm |
Answer» C. brute force algorithm | |