/concatenations-solution

This uses a simple recursive solution to generate the concatenation matcher. A regex to search and a simple set to ensure unique consecutive matches.

Primary LanguagePython

Watchers