Question: Problem The data compression alogorithm RLE(Run Length Encoding) is based onthe fact that a symbol whithin the data stream may be repeated many times in

Problem

The data compression alogorithm RLE(Run Length Encoding) is based onthe fact that a symbol whithin the data stream may be

repeated many times in a row. This reppetative sequence can be replaced by

a.) An interger that declares tthe number of repetitions

b.) The symbol (character itself)

Write a C program that accepts a string of up to 100 characters and uses the RLE algorithm to compress it. DO NOT compress digits and DO NOT compress characters that appear once.

Sample code execution 1:

Eter data stream: fffmmmm123bjjjjjjjjjjxttta798

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!