棋子

导航

2016年3月13日 #

287. Find the Duplicate Number hard

摘要:    287. Find the Duplicate Number   hard http://www.cnblogs.com/grandyang/p/4843654.html   51. N-Queens http://blog.csdn.net/linhuanmars/article/detai 阅读全文

posted @ 2016-03-13 22:57 鼬与轮回 阅读(128) 评论(0) 推荐(0) 编辑

House Robber III leetcode 动态规划

摘要: https://leetcode.com/submissions/detail/56095603/ 这是一道不错的DP题!自己想了好久没有清晰的思路,参看大神博客!http://siukwan.sinaapp.com/?p=1013 我自己的感悟: 对于树的的前序遍历(根-左-右);编写代码时,有效 阅读全文

posted @ 2016-03-13 00:19 鼬与轮回 阅读(1269) 评论(0) 推荐(0) 编辑