fast solution 451

This commit is contained in:
Пытков Роман
2024-02-07 22:08:26 +03:00
parent bfb8311fe7
commit c47d2185b5
3 changed files with 55 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
using _451._Sort_Characters_By_Frequency;
var sol = new Solution();
var sol = new _451._Sort_Characters_By_Frequency.Fast.Solution();
Console.WriteLine(sol.FrequencySort("gbngjaaaaaaaafsdgnjk;fdsnjkg;fds"));