Day i do not know
This commit is contained in:
9
424. Longest Repeating Character Replacement/Program.cs
Normal file
9
424. Longest Repeating Character Replacement/Program.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace _424._Longest_Repeating_Character_Replacement;
|
||||
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine(new Solution().CharacterReplacement("ABAB", 2));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user