14. Longest Common Prefix

    解法:

    1. 对字符串数组进行排序
    2. 去第一个和最后一个字符串,找common prefix就行