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
Messy but working solution to the NP-hard problem that is "The Shortest Superstring problem".
Takes as input a List of n strings, and returns the shortest string that contains each string of the input as a substring.