Severity: Warning
Message: fopen(/home/answnniz/solutionspile.com/system/sessions/ci_session1e8eb8d47001406062704e014b3cf3d5e8a67295): failed to open stream: Disk quota exceeded
Filename: drivers/Session_files_driver.php
Line Number: 176
Backtrace:
File: /home/answnniz/solutionspile.com/index.php
Line: 367
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /home/answnniz/solutionspile.com/system/sessions)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /home/answnniz/solutionspile.com/index.php
Line: 367
Function: require_once
1. Huffman Code/bit representation Table of AAAAAABBCCDDEEFFFFF. Part -l| : Huffman Encoding (Points 2.5) In this assignment you have to create a Huffman Encoding Table and Tree. Note: This is not a coding assignment. CS 2124: DATA STRUCTURES Summer 2024 Name: XYZ (abc123) Huffman Code/bit representation Table of AAAAAABBCCDDEEFFFFF. a) Fix bit representation (points: 1) b) Variable bit representation (points: 1) Huffman Tree of AAAAAABBCCDDEEFFFFF (You must use a software to draw the tree i.e. MS word, Visio etc. Do not hand draw the tree) a) Fix bit representation (points: 0.2 ) b) Variable bit representation (points: 0.3 ) c) Highlight which Huffman bit representation require less bits for encoding i.e. Fix bit representation or variable bit representation, just like in lecture slides Note: Fix bit representation depends on number the characters a) 3 bits can represent 8 characters, 4 bit can represent 16 characters b) If you have more then 8 characters use 4 bit representation. You do not need to use all the bits i.e. you can use 4 bits to represent 9 characters. a) Fix bit representation (points: 1) b) Variable bit representation (points: 1) 2. Huffman Tree of AAAAAABBCCDDEEFFFFF (You must use a software to draw the tree i.e. MS word, Visio etc. Do not hand draw the tree) a) Fix bit representation (points: 0.2) b) Variable bit representation (points: 0.3) c) Highlight which Huffman bit representation require less bits for encoding i.e. Fix bit representation or variable bit representation, just like in lecture slides Note: Fix bit representation depends on number the characters a) 3 bits can represent 8 characters, 4 bit can represent 16 characters b) If you have more then 8 characters use 4 bit representation. You do not need to use all the bits i.e. you can use 4 bits to represent 9 characters.
