上一页 1 2 3 4 5 6 7 8 ··· 59 下一页
摘要: https://leetcode.cn/problems/intersection-of-two-linked-lists/solution/xiang-jiao-lian-biao-by-leetcode-solutio-a8jn/ /** * Definition for singly-link 阅读全文
posted @ 2022-07-01 12:07 知道了呀~ 阅读(61) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.cn/problems/er-cha-shu-de-jing-xiang-lcof/ /** * Definition for a binary tree node. * type TreeNode struct { * Val int * Left *TreeNo 阅读全文
posted @ 2022-06-30 21:01 知道了呀~ 阅读(51) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.cn/problems/er-wei-shu-zu-zhong-de-cha-zhao-lcof/ func findNumberIn2DArray(matrix [][]int, target int) bool { return find2(matrix,tar 阅读全文
posted @ 2022-06-30 19:46 知道了呀~ 阅读(76) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.cn/problems/path-sum-ii/ /** * Definition for a binary tree node. * type TreeNode struct { * Val int * Left *TreeNode * Right *TreeNo 阅读全文
posted @ 2022-06-29 21:53 知道了呀~ 阅读(60) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.cn/problems/SLwz0R/ /** * Definition for singly-linked list. * type ListNode struct { * Val int * Next *ListNode * } */ func removeNt 阅读全文
posted @ 2022-06-29 20:47 知道了呀~ 阅读(69) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.cn/problems/P5rCT8/ /** * Definition for a binary tree node. * type TreeNode struct { * Val int * Left *TreeNode * Right *TreeNode * 阅读全文
posted @ 2022-06-28 21:33 知道了呀~ 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 链接:https://www.nowcoder.com/questionTerminal/a2a1d0266629404fba582d416d84b6a0来源:牛客网 把 M 个同样的苹果放在 N 个同样的盘子里,允许有的盘子空着不放,问共有多少种不同的分法? 注意:5、1、1 和 1、5、1 是同 阅读全文
posted @ 2022-06-28 21:06 知道了呀~ 阅读(154) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.cn/problems/bulb-switcher/ 阅读全文
posted @ 2022-06-28 15:34 知道了呀~ 阅读(77) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.cn/problems/shu-de-zi-jie-gou-lcof/ /** * Definition for a binary tree node. * type TreeNode struct { * Val int * Left *TreeNode * Ri 阅读全文
posted @ 2022-06-28 10:54 知道了呀~ 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 组合总数 II https://leetcode.cn/problems/combination-sum-ii/ 题解:https://leetcode.cn/problems/combination-sum-ii/solution/dai-ma-sui-xiang-lu-dai-ni-xue-to 阅读全文
posted @ 2022-06-27 16:27 知道了呀~ 阅读(69) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 59 下一页