码迷,mamicode.com
首页 > 其他好文 > 详细

LeetCode "Different Ways to Add Parentheses"

时间:2015-08-01 14:12:44      阅读:101      评论:0      收藏:0      [点我收藏+]

标签:

My initial thought was recursive (a op b) evaluation, which doesn‘t work quite well.

The correct way is to split by op. And, we can cache calculaton result for given substr.

https://leetcode.com/discuss/48577/my-c-divide-and-conquer-recursive-solution-%26-dp-solution

LeetCode "Different Ways to Add Parentheses"

标签:

原文地址:http://www.cnblogs.com/tonix/p/4694006.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!