上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 44 下一页
摘要: 300. Longest Increasing Subsequence(最长上升子序列) 链接 https://leetcode cn.com/problems/merge two binary trees 题目 给定一个无序的整数数组,找到其中最长上升子序列的长度。 示例: 输入: [10,9,2 阅读全文
posted @ 2020-03-14 10:04 cheng102e 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 617. Merge Two Binary Trees(合并二叉树) 链接 https://leetcode cn.com/problems/merge two binary trees 题目 给定两个二叉树,想象当你将它们中的一个覆盖到另一个上时,两个二叉树的一些节点便会重叠。 你需要将他们合并为 阅读全文
posted @ 2020-03-13 22:26 cheng102e 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 226. Invert Binary Tree(翻转二叉树) title: LeetCode 226. Invert Binary Tree date: 2022-04-09 10:36:00 tags: categories: LeetCode LeetCode 226. Invert Binar 阅读全文
posted @ 2020-03-13 19:59 cheng102e 阅读(92) 评论(0) 推荐(0) 编辑
摘要: LeetCode 101. Symmetric Tree (对称二叉树) 题目 链接 https://leetcode-cn.com/problems/symmetric-tree 问题描述 给定一个二叉树,检查它是否是镜像对称的。 例如,二叉树 [1,2,2,3,4,4,3] 是对称的。 示例 输 阅读全文
posted @ 2020-03-13 15:15 cheng102e 阅读(89) 评论(0) 推荐(0) 编辑
摘要: LeetCode 21. Merge Two Sorted Lists (合并两个有序链表) 题目 链接 https://leetcode-cn.com/problems/merge-two-sorted-lists/ 问题描述 将两个有序链表合并为一个新的有序链表并返回。新链表是通过拼接给定的两个 阅读全文
posted @ 2020-03-13 14:52 cheng102e 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 1071. Greatest Common Divisor of Strings(字符串的最大公因子) 链接 https://leetcode cn.com/problems/greatest common divisor of strings 题目 对于字符串 S 和 T,只有在 S = T + 阅读全文
posted @ 2020-03-12 11:50 cheng102e 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 1013. Partition Array Into Three Parts With Equal Sum(将数组分成和相等的三个部分) 链接 https://leetcode cn.com/problems/partition array into three parts with equal s 阅读全文
posted @ 2020-03-11 10:13 cheng102e 阅读(186) 评论(0) 推荐(0) 编辑
摘要: LeetCode 322. Coin Change(零钱兑换) 题目 链接 https://leetcode-cn.com/problems/coin-change 问题描述 给定不同面额的硬币 coins 和一个总金额 amount。编写一个函数来计算可以凑成总金额所需的最少的硬币个数。如果没有任 阅读全文
posted @ 2020-03-08 22:08 cheng102e 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 剑指 Offer 14- I. 剪绳子 题目 链接 https://leetcode-cn.com/problems/jian-sheng-zi-lcof/ 问题描述 给你一根长度为 n 的绳子,请把绳子剪成整数长度的 m 段(m、n都是整数,n>1并且m>1),每段绳子的长度记为 k[0],k[1 阅读全文
posted @ 2020-03-06 17:48 cheng102e 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 剑指 Offer 12. 矩阵中的路径 题目 链接 https://leetcode-cn.com/problems/ju-zhen-zhong-de-lu-jing-lcof/ 问题描述 给定一个 m x n 二维字符网格 board 和一个字符串单词 word 。如果 word 存在于网格中,返 阅读全文
posted @ 2020-03-06 17:20 cheng102e 阅读(85) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 44 下一页