Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4792b42

Browse files
Update 0014-longest-common-prefix.php
1 parent 0b01a64 commit 4792b42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎0014-longest-common-prefix/0014-longest-common-prefix.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<?php
2+
13
class Solution {
24

35
/**
@@ -25,4 +27,4 @@ function longestCommonPrefix($strs) {
2527
}
2628
return $prefix;
2729
}
28-
}
30+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /