The document discusses data compression using Elias Delta coding. It begins by introducing compression and its purpose of reducing file sizes. It then explains Elias Delta coding which is a lossless compression technique that encodes characters based on their frequency. The more common characters have fewer bits assigned while less common characters have more bits. It provides an example of how Elias Delta coding works by assigning bit sequences to numbers. The document then applies Elias Delta coding to compress a sample text, showing the original string, character set formation, bit lengths, and compressed output which achieved a smaller size than the original text.
Related topics: