We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e198f9c commit 015ee2fCopy full SHA for 015ee2f
lib/src/easy/14.longest_common_prefix/problem.txt
@@ -2,7 +2,6 @@
2
https://leetcode.com/problems/longest-common-prefix/
3
4
Write a function to find the longest common prefix string amongst an array of strings.
5
-
6
If there is no common prefix, return an empty string "".
7
8
0 commit comments