You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Go program for generating a string containing only the 26 letters of the English alphabet which contains the highest number of (overlapping) substrings which form English words.
This is a very small go program that attempts to find an ordering of the
English alphabet that contains the highest number of substrings that are words.
It's not polished, it's not even done, it's just kind of neat.
About
A Go program for generating a string containing only the 26 letters of the English alphabet which contains the highest number of (overlapping) substrings which form English words.