Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1)A data file contains the characters of a, c, e, g, t, u and v. The following table lists the frequencies of the characters in

1)A data file contains the characters of a, c, e, g, t, u and v. The following table lists the frequencies of the characters in the file.

character a c e g t u v
frequency 13,000 12,000 9,000 45,000 16,000 4,200 25,000

1.1 Use the shortest fixed-length method to code the characters, and then use the Huffman algorithm to code them. Present the two different coding schemes.

1.2 Estimate the sizes of the files of the same data coded by the two different coding schemes.

2) K1 < K2 < K3 < K4 < K5 are five search keys. They are searched with probabilities 0.05, 0.4, 0.15, 0.3, 0.1 respectively.

2.1 Use the dynamic programming method discussed in class to create an optimal binary search tree for the five keys. Show the calculation details for cell (1,5) in the main table.

2.2 Design a greedy algorithm for creating optimal binary search trees. Represent the algorithm in pseudocode. Show how your algorithm creates a tree for the five keys.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions