Back to Questions
SSC Computer Science
QUESTION #1121
Question 1
What is the correct data structure for implementing Huffman algorithm?
Correct Answer Explanation
Huffman coding uses a Priority Queue to efficiently select the two nodes with the lowest frequencies to build the Huffman tree.
Sign in to join the conversation and share your thoughts.
Log In to Comment