Question: Write a program to read in a text file: the program removes all spaces and punctuations and convert the string to lower case. It than
Write a program to read in a text file: the program removes all spaces and punctuations and convert the string to lower case. It than finds all LCS of the resulting strings from two files and prints them out. The program should handle relatively larger files and should not throw java heap error. Also, please test the program and provide with the screenshots that it's working perfectly for larger files.
Step by Step Solution
3.42 Rating (139 Votes )
There are 3 Steps involved in it
I can help you with a sample Java program that you can run on your machine Please ensure you have Ja... View full answer
Get step-by-step solutions from verified subject matter experts
