摘要: 简介 刷题 参考链接 https://www.nowcoder.com/practice/459bd355da1549fa8a49e350bf3df484?tpId=117 核心思想 遍历一遍得到结果 code class Solution { public: int FindGreatestSum 阅读全文
posted @ 2021-08-10 16:55 HDU李少帅 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 简介 leetcode 128 参考链接 知乎 https://zhuanlan.zhihu.com/p/172511851 知识点总结 对于set 遍历过一次的数据进行删除, 这样就不会重复遍历数据 code class Solution { public: int longestConsecut 阅读全文
posted @ 2021-08-10 16:45 HDU李少帅 阅读(71) 评论(0) 推荐(0) 编辑