14. Longest Common Prefix
This commit is contained in:
6
14. Longest Common Prefix/Program.cs
Normal file
6
14. Longest Common Prefix/Program.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
// See https://aka.ms/new-console-template for more information
|
||||
|
||||
using _14._Longest_Common_Prefix;
|
||||
|
||||
string[] strs = ["flower", "flow", "flight"];
|
||||
Console.WriteLine(new Solution().LongestCommonPrefix(strs));
|
||||
Reference in New Issue
Block a user