Letter chains
I wrote a java program that will find overlaps between words and arrange them into chains; for example:
BICEONET.
BIC
ICE
CEO
EON
ONE
NET
ET.
I wrote a java program that will find overlaps between words and arrange them into chains; for example:
BICEONET.
BIC
ICE
CEO
EON
ONE
NET
ET.