add: 完美数
This commit is contained in:
@ -367,6 +367,11 @@ LeetCode 与 LintCode 解题记录。此为个人练习仓库,代码中对重
|
||||
- LeetCode 560. 和为K的子数组 <https://leetcode-cn.com/problems/subarray-sum-equals-k/>
|
||||
- LintCode 838. 子数组和为K <https://www.lintcode.com/problem/subarray-sum-equals-k/description>
|
||||
|
||||
- [完美数](src/math/perfect-number.js)
|
||||
|
||||
- LeetCode 507. 完美数 <https://leetcode-cn.com/problems/perfect-number/>
|
||||
- LintCode 1199. 完美的数 <https://www.lintcode.com/problem/perfect-number/description>
|
||||
|
||||
## 堆
|
||||
|
||||
- [超级丑数](src/stack/super-ugly-number.js)【未完成】
|
||||
|
Reference in New Issue
Block a user