
LeetCode
loongshawn
钻进去,跳出来,多问题为什么,跳出能不能;学习要有深度,然后有广度,两者相辅相成。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【转载】-大神都是这样学习动态规划的
https://www.cxyxiaowu.com/8536.html转载 2021-06-03 15:57:01 · 130 阅读 · 0 评论 -
leetcode上面有一道3Sum的算法题,如何降低时间复杂度
题目:给定一个数组,找到其中3个元素,其和为0,返回所有不重复的结果集合。Given an array nums of n integers, are there elements a, b, c in nums such that a + b + c = 0? Find all unique triplets in the array which gives the sum of zero....转载 2019-03-11 22:16:28 · 767 阅读 · 0 评论