leetcode274. H 指数
摘要:
274. H 指数 自己写的先排序后反向遍历 class Solution { public int hIndex(int[] citations) { int n = citations.length; Arrays.sort(citations); if(citations[0] >= n) r 阅读全文
posted @ 2025-10-31 14:33 ᶜʸᵃⁿ 阅读(1) 评论(0) 推荐(0)
浙公网安备 33010602011771号