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 cf6ef72 commit a7fb739Copy full SHA for a7fb739
strings/longest_common_prefix.py
@@ -2,6 +2,9 @@ def longest_common_prefix(strs: list[str])->str:
2
"""
3
:type strs: List[str]
4
5
+ URL:
6
+ https://en.wikipedia.org/wiki/Longest_common_prefix
7
+
8
Args:
9
strs (list[str]): A list of strings.
10
0 commit comments