http://qs321.pair.com?node_id=11118305


in reply to Re: Divide a list of string into substrings
in thread Divide a list of string into substrings

Hi Bill

You understood the problem. Your way guarantees the best result, but as you wrote for a longer list you will get an issue with the runtime.

What I am looking for is: Some ideas to do the job, to get a good result (low score) in a reasonable runtime even for longer lists and strings. Knowing that this fast approach might not give the optimal solution (lowest score).