/Challenge_Find-longest-prefix

Write a function that accepts a string of words with a similar prefix, separated by spaces, and returns the longest substring that prefixes all words.

Primary LanguageSwift

Stargazers