347. Top K Frequent Elements
This commit is contained in:
4
347. Top K Frequent Elements/Program.cs
Normal file
4
347. Top K Frequent Elements/Program.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
using _347._Top_K_Frequent_Elements;
|
||||
|
||||
var sol = new Solution();
|
||||
Console.WriteLine(string.Join(", ", sol.TopKFrequent([1,1,1,2,2,3], 2)));
|
||||
Reference in New Issue
Block a user