add: 回文数

This commit is contained in:
2020-05-10 16:13:38 +08:00
parent da0e4f1359
commit 304866ecbf
3 changed files with 30 additions and 0 deletions

View File

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