Write a program to implement LZW compression algorithm for textinput. Assume an alphabet of two letters a and b. Your program should take a text file as inputand write your compressed encoding in an output file. You can design the format of youroutput file (as a sequence of integers).