mybloger

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页

2025年6月22日

摘要: 10个常见口语表达句型 I know what it's like to... be poor to be heartbroken to be the new guy feel helpless struggle to feed kids lose someone you love feel lik 阅读全文
posted @ 2025-06-22 21:44 万能包哥 阅读(52) 评论(0) 推荐(0)

摘要: 43、二叉树第K小的元素 给定一个二叉搜索树的根节点 root ,和一个整数 k ,请你设计一个算法查找其中第 k 小的元素(从 1 开始计数)。 /** * Definition for a binary tree node. * public class TreeNode { * int val 阅读全文
posted @ 2025-06-22 20:41 万能包哥 阅读(8) 评论(0) 推荐(0)

2025年6月21日

摘要: 母语者使用的十个句型 I almost forgot... to pay the rent to lock the door to bring my lunch what Tom was like to turn off the stove. to tell you the big news. to 阅读全文
posted @ 2025-06-21 22:03 万能包哥 阅读(10) 评论(0) 推荐(0)

摘要: 41、有序数组转为二叉搜索树 给你一个整数数组 nums ,其中元素已经按 升序 排列,请你将其转换为一棵 平衡 二叉搜索树。 /** * Definition for a binary tree node. * public class TreeNode { * int val; * TreeNo 阅读全文
posted @ 2025-06-21 20:28 万能包哥 阅读(7) 评论(0) 推荐(0)

2025年6月20日

摘要: I like your... car hat voice guitar haircut personality sense of humor Let me tell you.... a joke my plans a secret the facts what I see how I feel ev 阅读全文
posted @ 2025-06-20 21:24 万能包哥 阅读(10) 评论(0) 推荐(0)

摘要: 39、二叉树的直径 给你一棵二叉树的根节点,返回该树的 直径 。 二叉树的 直径 是指树中任意两个节点之间最长路径的 长度 。这条路径可能经过也可能不经过根节点 root 。 两节点之间路径的 长度 由它们之间边数表示。 /** * Definition for a binary tree node 阅读全文
posted @ 2025-06-20 21:00 万能包哥 阅读(6) 评论(0) 推荐(0)

2025年6月19日

摘要: 16个万能句型 Who says... I'm afraid of you. I have any secrets. I'm a liar. Paul can't become a doctor. we know everything about John. we're not going to m 阅读全文
posted @ 2025-06-19 21:03 万能包哥 阅读(17) 评论(0) 推荐(0)

摘要: 37、翻转二叉树 给你一棵二叉树的根节点 root ,翻转这棵二叉树,并返回其根节点。 /** * Definition for a binary tree node. * public class TreeNode { * int val; * TreeNode left; * TreeNode 阅读全文
posted @ 2025-06-19 20:32 万能包哥 阅读(7) 评论(0) 推荐(0)

2025年6月18日

摘要: I spend...on... a lot of time...the phone a lot money...the clothes all day...the beach ten dollars ...books most of money on food whole evening on Yo 阅读全文
posted @ 2025-06-18 20:57 万能包哥 阅读(13) 评论(0) 推荐(0)

摘要: 35、二叉树的中序遍历 给定一个二叉树的根节点 root ,返回 它的 中序 遍历 。 /** * Definition for a binary tree node. * public class TreeNode { * int val; * TreeNode left; * TreeNode 阅读全文
posted @ 2025-06-18 20:32 万能包哥 阅读(9) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页