add: 最大数值

This commit is contained in:
2020-05-05 20:25:19 +08:00
parent 55a05f31c9
commit 64843298d3
3 changed files with 43 additions and 0 deletions

View File

@ -269,6 +269,10 @@ LeetCode 与 LintCode 解题记录。此为个人练习仓库,代码中对重
- LeetCode 46. 全排列 https://leetcode-cn.com/problems/permutations/
- LintCode 15. 全排列 https://www.lintcode.com/problem/permutations/description
- [最大数值](src/math/maximum-lcci.js)
- LeetCode 面试题 16.07. 最大数值 https://leetcode-cn.com/problems/maximum-lcci/
## 堆
- [超级丑数](src/stack/super-ugly-number.js)【未完成】