Hello:
I am working with the Lempel Ziv algorithm which is a data compression algorithm.
I have to read text from an input file and create a dictionary and a sequence of code numbers.
Then I have to decode the generated sequence of numbers and generate the original text.
I have researched and found the LZ77 algorithm to be very helpfull. I just need some help to get started.

package myhomework;
public class LZ77 {
}

So, problem solved.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.