Guides Interview Prep Resources Interview Prep Warmup: Longest Common Prefix October 22, 2020October 22, 2020 anthony 0 Comments interview help, interview practice, interview problems, leetcode, longest common prefix, str_split, string to array, strpos Our job is to find the longest common prefix among a list of strings. Read more