T_por
T_por
全部文章
题解
归档
标签
去牛客网
登录
/
注册
T_por的博客
全部文章
/ 题解
(共1篇)
题解 | #字符串出现次数的TopK问题#
TreeMap可以用于排序,通过自定义比较器对TreeMap进行排序 import java.util.*; public class Solution { /** * return topK string * @param strings string字符串一维数组...
Java
哈希表
2021-10-10
0
405