Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Prefix ¶
Prefix returns the longest common prefix of the provided strings https://leetcode.com/problems/longest-common-prefix/discuss/374737/golang-runtime-0ms-simple-solution
func TrimPrefix ¶
func TrimPrefix(strs ...string)
TrimPrefix removes the longest common prefix from all provided strings
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.