LeetCode 14 - Longest Common Prefix
Statement
The problem requires to find the longest common prefix string amongst an array of strings. If there is no common prefix, return an empty string "".
A prefix is a sequence of characters that
haunguyen.hashnode.dev3 min read