Write code in java for a program that stores anarray nxm in less space than nxm given that the numbersin the area are repeated a lot
Example:
Input: Array n xm
– Output:
– Area isstored in less than n x m space
– Whencalled the program is return the original array
Expert Answer
Answer to Write code in java for a program that stores an array nxm in less space than nxm given that the numbers in the area are …