摘要: 博客园:https://blog.csdn.net/renweiyi1487/article/details/109321267 题目 链接:https://leetcode-cn.com/problems/construct-binary-tree-from-inorder-and-postord 阅读全文
posted @ 2020-10-27 22:12 消灭猕猴桃 阅读(83) 评论(0) 推荐(0) 编辑
摘要: csdn:https://blog.csdn.net/renweiyi1487/article/details/109319192 题目 链接:https://leetcode-cn.com/problems/contains-duplicate-ii 给定一个整数数组和一个整数 k,判断数组中是否 阅读全文
posted @ 2020-10-27 19:53 消灭猕猴桃 阅读(42) 评论(0) 推荐(0) 编辑
摘要: csdn:https://blog.csdn.net/renweiyi1487/article/details/109317644 题目 链接: https://leetcode-cn.com/problems/4sum/ 给定一个包含 n 个整数的数组 nums 和一个目标值 target,判断 阅读全文
posted @ 2020-10-27 18:41 消灭猕猴桃 阅读(86) 评论(0) 推荐(0) 编辑
摘要: csdn:https://blog.csdn.net/renweiyi1487/article/details/109309258 题目 给定四个包含整数的数组列表 A , B , C , D ,计算有多少个元组 (i, j, k, l) ,使得 A[i] + B[j] + C[k] + D[l] 阅读全文
posted @ 2020-10-27 13:47 消灭猕猴桃 阅读(91) 评论(0) 推荐(0) 编辑
摘要: csdn:https://blog.csdn.net/renweiyi1487/article/details/109308919 题目 链接:https://leetcode-cn.com/problems/binary-tree-preorder-traversal 给定一个二叉树,返回它的 前 阅读全文
posted @ 2020-10-27 13:17 消灭猕猴桃 阅读(73) 评论(0) 推荐(0) 编辑