Skip to content

Commit 9519af3

Browse files
committed
feat:添加好题汇总模块
1 parent 61e832f commit 9519af3

File tree

10 files changed

+15
-0
lines changed

10 files changed

+15
-0
lines changed

好题汇总/动态规划.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# 数学
2+
- [887. 鸡蛋掉落 - 力扣(LeetCode)](https://leetcode.cn/problems/super-egg-drop/description/?envType=daily-question&envId=2024-10-14)
3+
# 逆序对
4+
- [3193. 统计逆序对的数目 - 力扣(LeetCode)](https://leetcode.cn/problems/count-the-number-of-inversions/description/)
5+
- [1866. 恰有 K 根木棍可以看到的排列数目 - 力扣(LeetCode)](https://leetcode.cn/problems/number-of-ways-to-rearrange-sticks-with-k-sticks-visible/description/)
6+
- [903. DI 序列的有效排列 - 力扣(LeetCode)](https://leetcode.cn/problems/valid-permutations-for-di-sequence/description/)
7+
# 选新或者选旧
8+
- [920. 播放列表的数量 - 力扣(LeetCode)](https://leetcode.cn/problems/number-of-music-playlists/description/)

好题汇总/数学.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# 阶乘分解
2+
- [172. 阶乘后的零 - 力扣(LeetCode)](https://leetcode.cn/problems/factorial-trailing-zeroes/description/)

好题汇总/数据结构.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 并查集
2+
## 带权并查集
3+
- [399. 除法求值](https://leetcode.cn/problems/evaluate-division/description/)
File renamed without changes.
File renamed without changes.
File renamed without changes.

算法/技巧/技巧.md

+2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@
1414
1. [805. 数组的均值分割](https://leetcode.cn/problems/split-array-with-same-average/description/?envType=featured-list&envId=csPrrWuf?envType=featured-list&envId=csPrrWuf)
1515
### 划分
1616
[2910. 合法分组的最少组数](https://leetcode.cn/problems/minimum-number-of-groups-to-create-a-valid-assignment/description/)
17+
### 二进制排序
18+
[3309. 连接二进制表示可形成的最大数值](https://leetcode.cn/problems/maximum-possible-number-by-binary-concatenation/solutions/2940489/fei-bao-li-zuo-fa-onlogn-pai-xu-pythonja-540j/)
1719
### 重要公式
1820
$$\lceil a / b \rceil = \lfloor (a + b - 1) / b \rfloor$$

0 commit comments

Comments
 (0)