摘要: # 617. 合并二叉树 2023年8月14日15:02:36 [617. 合并二叉树](https://leetcode.cn/problems/merge-two-binary-trees/) 简单 给你两棵二叉树: `root1` 和 `root2` 。 想象一下,当你将其中一棵覆盖到另一棵之 阅读全文
posted @ 2023-08-14 15:05 吾执青剑向天涯 阅读(8) 评论(0) 推荐(0) 编辑
摘要: # 2356. 每位教师所教授的科目种类的数量 2023年8月14日07:54:45 [2356. 每位教师所教授的科目种类的数量](https://leetcode.cn/problems/number-of-unique-subjects-taught-by-each-teacher/) 简单 阅读全文
posted @ 2023-08-14 14:25 吾执青剑向天涯 阅读(41) 评论(0) 推荐(0) 编辑
摘要: # 1378. 使用唯一标识码替换员工ID 2023年8月14日10:50:22 [1378. 使用唯一标识码替换员工ID](https://leetcode.cn/problems/replace-employee-id-with-the-unique-identifier/) 简单 39 相关企 阅读全文
posted @ 2023-08-14 14:24 吾执青剑向天涯 阅读(36) 评论(0) 推荐(0) 编辑
摘要: # 1484. 按日期分组销售产品 2023年8月14日09:49:54 [1484. 按日期分组销售产品](https://leetcode.cn/problems/group-sold-products-by-the-date/) 简单 SQL Schema Pandas Schema 表 `A 阅读全文
posted @ 2023-08-14 14:24 吾执青剑向天涯 阅读(20) 评论(0) 推荐(0) 编辑
摘要: # 1693. 每天的领导和合伙人 2023年8月14日10:07:14 [1693. 每天的领导和合伙人](https://leetcode.cn/problems/daily-leads-and-partners/) 简单 46 相关企业 SQL Schema Pandas Schema 表:` 阅读全文
posted @ 2023-08-14 14:24 吾执青剑向天涯 阅读(4) 评论(0) 推荐(0) 编辑
摘要: # 1050. 合作过至少三次的演员和导演 2023年8月14日10:35:10 [1050. 合作过至少三次的演员和导演](https://leetcode.cn/problems/actors-and-directors-who-cooperated-at-least-three-times/) 阅读全文
posted @ 2023-08-14 14:23 吾执青剑向天涯 阅读(7) 评论(0) 推荐(0) 编辑
摘要: # 1280. 学生们参加各科测试的次数 2023年8月14日12:56:38 [1280. 学生们参加各科测试的次数](https://leetcode.cn/problems/students-and-examinations/) 简单 SQL Schema Pandas Schema 学生表: 阅读全文
posted @ 2023-08-14 14:23 吾执青剑向天涯 阅读(13) 评论(0) 推荐(0) 编辑
摘要: # 607. 销售员 2023年8月14日14:13:05 [607. 销售员](https://leetcode.cn/problems/sales-person/) 简单 153 相关企业 SQL Schema Pandas Schema 表: `SalesPerson` ``` + + + | 阅读全文
posted @ 2023-08-14 14:22 吾执青剑向天涯 阅读(16) 评论(0) 推荐(0) 编辑
摘要: # 596. 超过5名学生的课 2023年8月14日08:16:22 [596. 超过5名学生的课](https://leetcode.cn/problems/classes-more-than-5-students/) 简单 316 相关企业 SQL Schema Pandas Schema 表: 阅读全文
posted @ 2023-08-14 14:22 吾执青剑向天涯 阅读(12) 评论(0) 推荐(0) 编辑
摘要: # 586. 订单最多的客户 2023年8月14日08:26:04 [586. 订单最多的客户](https://leetcode.cn/problems/customer-placing-the-largest-number-of-orders/) 简单 SQL Schema Pandas Sch 阅读全文
posted @ 2023-08-14 14:22 吾执青剑向天涯 阅读(17) 评论(0) 推荐(0) 编辑
摘要: # 570. 至少有5名直接下属的经理 2023年8月14日14:10:43 [570. 至少有5名直接下属的经理](https://leetcode.cn/problems/managers-with-at-least-5-direct-reports/) 中等 76 相关企业 SQL Schem 阅读全文
posted @ 2023-08-14 14:21 吾执青剑向天涯 阅读(14) 评论(0) 推荐(0) 编辑