//
pkg.gl
Category
github.com/SmartsYoung/LeetCode-in-Go
Algorithms
0014.longest-common-prefix
package
0.0.0-20210525112244-a601ee6fe7cf
Repository:
https://github.com/smartsyoung/leetcode-in-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
27 SLOC
#
README
14. Longest Common Prefix
题目
Write a function to find the longest common prefix string amongst an array of strings.
解题思路
总结