Tony's Log

Algorithms, Distributed System, Machine Learning

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

01 2018 档案

摘要:It is a super interesting problem - it's not about the algorithm SKILLs, it is about algorithm THINKING. In this problem, the goal is actually to have 阅读全文
posted @ 2018-01-27 07:35 Tonix 阅读(227) 评论(0) 推荐(0)

摘要:Interesting constructive solution. My first reaction was 0-1 Knapsack and I believe it'll work. But you don't have to use it. Think about the min sum 阅读全文
posted @ 2018-01-27 06:25 Tonix 阅读(160) 评论(0) 推荐(0)

摘要:Key points for this one: - Relate the comparison process to BST search- Reasoning on extreme values: "We can notice that for a fixed the maximum sum o 阅读全文
posted @ 2018-01-16 13:53 Tonix 阅读(183) 评论(0) 推荐(0)

摘要:Key point of this problem is "New subsets are the all old subsets having a[i]." - A very useful trick. After that, it'll simply be a DP one. 阅读全文
posted @ 2018-01-16 10:57 Tonix 阅读(121) 评论(0) 推荐(0)

摘要:This is an educational one to Game Tree + Minimax - sounds fancy but actually it is intuitive DFS process. And Simplified Chess Engine II is an variat 阅读全文
posted @ 2018-01-15 14:22 Tonix 阅读(167) 评论(0) 推荐(0)