Skip to content

Commit

Permalink
docs:柠檬水找零添加视频链接
Browse files Browse the repository at this point in the history
  • Loading branch information
Lzzzs committed Mar 17, 2023
1 parent 74b4c50 commit 6f11114
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions problems/0860.柠檬水找零.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
* 0 <= bills.length <= 10000
* bills[i] 不是 5 就是 10 或是 20 

# 视频讲解

**《代码随想录》算法视频公开课:[贪心算法,看上去复杂,其实逻辑都是固定的!LeetCode:860.柠檬水找零](https://www.bilibili.com/video/BV12x4y1j7DD),相信结合视频在看本篇题解,更有助于大家对本题的理解**

## 思路

这是前几天的leetcode每日一题,感觉不错,给大家讲一下。
Expand Down

0 comments on commit 6f11114

Please sign in to comment.