File tree 5 files changed +6
-1
lines changed
5 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 83
83
| [ 717. 1比特与2比特字符] ( https://leetcode-cn.com/problems/1-bit-and-2-bit-characters/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/1-bit-and-2-bit-characters/solution/gong-shui-san-xie-jian-dan-mo-ni-ti-by-a-igh7/ ) | 简单 | 🤩🤩🤩 |
84
84
| [ 720. 词典中最长的单词] ( https://leetcode-cn.com/problems/longest-word-in-dictionary/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/longest-word-in-dictionary/solution/by-ac_oier-bmot/ ) | 简单 | 🤩🤩🤩🤩 |
85
85
| [ 726. 原子的数量] ( https://leetcode-cn.com/problems/number-of-atoms/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/number-of-atoms/solution/gong-shui-san-xie-shi-yong-xiao-ji-qiao-l5ak4/ ) | 困难 | 🤩🤩🤩🤩 |
86
+ | [ 729. 我的日程安排表 I] ( https://leetcode-cn.com/problems/my-calendar-i/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/my-calendar-i/solution/by-ac_oier-1znx/ ) | 中等 | 🤩🤩🤩 |
86
87
| [ 747. 至少是其他数字两倍的最大数] ( https://leetcode-cn.com/problems/largest-number-at-least-twice-of-others/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/largest-number-at-least-twice-of-others/solution/gong-shui-san-xie-jian-dan-mo-ni-ti-by-a-8179/ ) | 简单 | 🤩🤩🤩🤩🤩 |
87
88
| [ 748. 最短补全词] ( https://leetcode-cn.com/problems/shortest-completing-word/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/shortest-completing-word/solution/gong-shui-san-xie-jian-dan-zi-fu-chuan-j-x4ao/ ) | 简单 | 🤩🤩🤩🤩 |
88
89
| [ 762. 二进制表示中质数个计算置位] ( https://leetcode-cn.com/problems/prime-number-of-set-bits-in-binary-representation/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/prime-number-of-set-bits-in-binary-representation/solution/by-ac_oier-w50x/ ) | 简单 | 🤩🤩🤩🤩 |
Original file line number Diff line number Diff line change 1
1
| 题目 | 题解 | 难度 | 推荐指数 |
2
2
| ------------------------------------------------------------ | ------------------------------------------------------------ | ---- | -------- |
3
+ | [ 729. 我的日程安排表 I] ( https://leetcode-cn.com/problems/my-calendar-i/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/my-calendar-i/solution/by-ac_oier-1znx/ ) | 中等 | 🤩🤩🤩🤩🤩 |
3
4
| [ 1606. 找到处理最多请求的服务器] ( https://leetcode-cn.com/problems/find-servers-that-handled-most-number-of-requests/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/find-servers-that-handled-most-number-of-requests/solution/by-ac_oier-zgm6/ ) | 困难 | 🤩🤩🤩🤩 |
4
5
| [ 2034. 股票价格波动] ( https://leetcode-cn.com/problems/stock-price-fluctuation/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/stock-price-fluctuation/solution/gong-shui-san-xie-shu-ju-jie-gou-mo-ni-t-u6f4/ ) | 中等 | 🤩🤩🤩🤩 |
5
6
Original file line number Diff line number Diff line change 1
1
| 题目 | 题解 | 难度 | 推荐指数 |
2
2
| ------------------------------------------------------------ | ------------------------------------------------------------ | ---- | -------- |
3
3
| [ 307. 区域和检索 - 数组可修改] ( https://leetcode-cn.com/problems/range-sum-query-mutable/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/range-sum-query-mutable/solution/by-ac_oier-zmbn/ ) | 中等 | 🤩🤩🤩🤩🤩 |
4
+ | [ 729. 我的日程安排表 I] ( https://leetcode-cn.com/problems/my-calendar-i/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/my-calendar-i/solution/by-ac_oier-1znx/ ) | 中等 | 🤩🤩🤩🤩🤩 |
4
5
| [ 1109. 航班预订统计] ( https://leetcode-cn.com/problems/corporate-flight-bookings/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/corporate-flight-bookings/solution/gong-shui-san-xie-yi-ti-shuang-jie-chai-fm1ef/ ) | 中等 | 🤩🤩🤩🤩🤩 |
5
6
| [ 1893. 检查是否区域内所有整数都被覆盖] ( https://leetcode-cn.com/problems/check-if-all-the-integers-in-a-range-are-covered/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/check-if-all-the-integers-in-a-range-are-covered/solution/gong-shui-san-xie-yi-ti-shuang-jie-mo-ni-j83x/ ) | 简单 | 🤩🤩🤩🤩 |
6
7
| [ 2213. 由单个字符重复的最长子字符串] ( https://leetcode-cn.com/problems/longest-substring-of-one-repeating-character/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/longest-substring-of-one-repeating-character/solution/by-ac_oier-0lso/ ) | 困难 | 🤩🤩🤩🤩🤩 |
Original file line number Diff line number Diff line change 4
4
5
5
Tag : 「模拟」、「约瑟夫环」
6
6
7
+
8
+
7
9
共有 $n$ 名小伙伴一起做游戏。小伙伴们围成一圈,按 顺时针顺序 从 $1$ 到 $n$ 编号。确切地说,从第 $i$ 名小伙伴顺时针移动一位会到达第 ($i+1$) 名小伙伴的位置,其中 $1 <= i < n$ ,从第 $n$ 名小伙伴顺时针移动一位会回到第 $1$ 名小伙伴的位置。
8
10
9
11
游戏遵循如下规则:
Original file line number Diff line number Diff line change 1
1
### 题目描述
2
2
3
- 这是 LeetCode 上的 ** [ 729. 我的日程安排表 I] ( ) ** ,难度为 ** 中等** 。
3
+ 这是 LeetCode 上的 ** [ 729. 我的日程安排表 I] ( https://leetcode-cn.com/problems/my-calendar-i/solution/by-ac_oier-1znx/ ) ** ,难度为 ** 中等** 。
4
4
5
5
Tag : 「模拟」、「红黑树」、「线段树」
6
6
You can’t perform that action at this time.
0 commit comments