Recent questions tagged greedy-algorithm

0 votes
0 answers
3
1 votes
1 answer
4
consider the following message BCCABBDDAECCBBAEDDCC find the no of bits requiered for huffman encoding of above message
2 votes
2 answers
5
Can anyone help in solving the question 105 to 109.I don't have answer key I want to confirm my answer ...i will update my answer in the comments.
0 votes
1 answer
16
4 votes
3 answers
17
0 votes
2 answers
18
Single source shortest path problems can be implemented by greedy algorithms usingA. Singly linked listB. Min heapC. AVL treeD. All of the above