摘要: 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 知道了呀~ 阅读(42) 评论(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 知道了呀~ 阅读(62) 评论(0) 推荐(0) 编辑