Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleshot committed Aug 19, 2024
1 parent e5e4406 commit d326a8e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Algomap/Longest_Common_Prefix/Longest_Common_Prefix.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
class Solution(object):
def longestCommonPrefix(self, strs):
"""
:type strs: List[str]
:rtype: str
"""

0 comments on commit d326a8e

Please sign in to comment.