http://qs1969.pair.com?node_id=290042


in reply to LCCS time complexity

A quick look at the source shows nested for loops three deep, with the outer two iterating the length of each string. My eyeball guess is that the time complexity is (N*M**2)/2. The coding uses C style loops, and lexical $a, $b are used as temporary variables. A prime example of C written in perl.

After Compline,
Zaxo