Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

We use Huffman's algorithm to obtain an encoding of alphabet {a,b,c}with frequencies fa,fb,fc. In each of the following cases, either give an example of frequencies (fa,fb,fc)that would yield the specified code, or explain why the code cannot possibly be obtained (no matter what the frequencies are).

(a) Code:{0,10,11}

(b) Code:{0,1,00}

(c) Code:{10,01,00}

Short Answer

Expert verified
  1. The code0,10,11 can be obtained for frequencies20,30 and 50.
  2. Code 0,1,00cannot be obtained from any of the frequencies, because the tree obtained is not a full binary tree
  3. Code 10,01,00cannot be obtained from any of the frequencies, because the tree obtained is not a full binary tree.

Step by step solution

01

Huffman Encoding

Huffman encoding is done by following a path from the root to leaf of a full binary tree. Every left node of the tree is represented as 0 and every right node of the tree is represented as 1.

(a)

02

Determine the full binary tree of {0,10,11}

Let fa=50,fb=20,fc=30. Prefix free encoding of these frequencies is:

The tree obtained is a full binary tree. Therefore, the frequencies (50,20,30)yield the codelocalid="1657259801818" 0,10,11.

(b)

03

Determine the full binary tree of{0,1,00} 

Prefix free encoding for the given code word is:

The tree obtained is not a full binary tree. Also, it violates an important property:

A codeword cannot be prefix of another codeword. Here, codeword of a(0) is the prefix of codeword ofc(00) Therefore, the no frequencies can yield the code 0,1,00.

(c)

04

Determine the full binary tree of {10,01,00}

Prefix free encoding for the given codeword is:

The tree obtained is not a full binary tree. Thus, no frequencies can yield such a code.

Hence, the codeword0,10,11 can only be yielded from the alphabets.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

See all solutions

Recommended explanations on Computer Science Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free