Commit 0c8c0ec7 authored by misterbooo's avatar misterbooo
Browse files

去除空格

parent bc09381a
# LeetCode447 号问题:回旋镖的数量
# LeetCode447号问题:回旋镖的数量
> 本文首发于公众号「五分钟学算法」,是[图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>)系列文章之一。
>
......
......@@ -60,6 +60,8 @@
**这个例子表明,并不是需要每次都挑选最大的那堆石头**
### 题目回答
涉及到最优解的问题,那么肯定要去尝试一下使用 **动态规划 **来解决了。
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment