retagged by
2,468 views
2 votes
2 votes

retagged by

1 Answer

Best answer
3 votes
3 votes

construct huffman tree max number of comparisions nothing but max heights of the tree

min number of comparisions nothing but min height.(like no comparisions in a b-tree)

selected by

Related questions

1 votes
1 votes
1 answer
1
amrit22 asked Sep 24, 2023
679 views
consider the following message BCCABBDDAECCBBAEDDCC find the no of bits requiered for huffman encoding of above message
0 votes
0 votes
3 answers
2
radha gogia asked Jun 29, 2015
742 views
Though the parent node is maximum of both the child nodes but still the procedure we follow is chosing the minimum at each step and adding them to produce a parent node, ...
1 votes
1 votes
1 answer
3
bahirNaik asked Jan 14, 2016
492 views
0 votes
0 votes
1 answer
4
reena_kandari asked Jan 10, 2017
379 views