in reply to Re^2: Challenge: Fast Common Substrings
in thread Challenge: Fast Common Substrings

Or even easier: check the positions of the substrings (<=7 and > 7 in my example).
  • Comment on Re^3: Challenge: Fast Common Substrings