Question 14942 – DSSSB TGT 2017
February 8, 2024NTA UGC NET Dec 2023 Paper-2
February 8, 2024Computer-Networks
Question 24 |
Consider the string abbccddeee. Each letter in the string must be assigned a binary code satisfying the following properties:
- For any two letters, the code assigned to one letter must not be a prefix of the code assigned to the other letter.
- For any two letters of the same frequency, the letter which occurs earlier in the dictionary order is assigned a code whose length is at most the length of the code assigned to the other letter.
Among the set of all binary code assignments which satisfy the above two properties, what is the minimum length of the encoded string?
21 | |
30 | |
23 | |
25 |
Question 24 Explanation:
Input String : abbccddeee
The character frequencies are
Character | a | b | c | d | e |
Frequency | 1 | 2 | 2 | 2 | 3 |
Binary Code | ? | ? | ? | ? | ? |
Correct Answer: C
Question 24 Explanation:
Input String : abbccddeee
The character frequencies are
Character | a | b | c | d | e |
Frequency | 1 | 2 | 2 | 2 | 3 |
Binary Code | ? | ? | ? | ? | ? |
Subscribe
Login
0 Comments