add: 柠檬水找零

This commit is contained in:
2020-05-24 23:46:31 +08:00
parent 8ca4a189f8
commit 06d357b002
3 changed files with 45 additions and 0 deletions

View File

@ -338,6 +338,11 @@ LeetCode 与 LintCode 解题记录。此为个人练习仓库,代码中对重
- LintCode 1613. 最高频率的IP <https://www.lintcode.com/problem/highest-frequency-ip/description>
- [柠檬水找零](src/array/lemonade-change.js)
- LeetCode 860. 柠檬水找零 <https://leetcode-cn.com/problems/lemonade-change/>
- LintCode 1509. 柠檬水找零 <https://www.lintcode.com/problem/lemonade-change/description>
## 栈
- [最大矩阵](src/stack/maximal-rectangle.js)