package
0.0.0-20190519142212-fe39b3200b40
Repository: https://github.com/imgoogege/leetcode-in-go.git
Documentation: pkg.go.dev
# README
14. Longest Common Prefix
题目
Write a function to find the longest common prefix string amongst an array of strings.