add: 完美数

This commit is contained in:
2020-05-22 13:30:10 +08:00
parent bf6f71f55f
commit 6a8d487f93
3 changed files with 27 additions and 0 deletions

View File

@ -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)【未完成】